Konf.app logo

Konf.app

Konf.app is my first SaaS product. It is a tool to manage all of your applications' configurations in one place with powerful features and a beautiful and intuitive UI.

Topic: api


API Versioning in Laravel
by Wendell Adriel - Dec 29, 2022 242 words - 2 minutes read

Have you ever heard of API versioning? This is very handy when you need to add an alternative logic for some endpoints but want to keep the current logic for some users. Let's learn a simple way to achieve that in Laravel.


Standard API Responses With Laravel Responsables
by Wendell Adriel - Dec 21, 2022 390 words - 2 minutes read

Data structure standards are the way to go for having good maintainability in our applications. Let's learn how we can use Laravel Responsables to create standardised API responses for our applications.