#php
Read more stories on Hashnode
Articles with this tag
So far, we setup an API in Laravel, and a great way to explore your API is making use of API Clients. Some clients you can...
For today's article, I want to illustrate how easy it is to create API documentation in Laravel. We just created our first API, and know the...
Yesterday we learned how to create our API and routes so we can retrieve data from our application. However, the data was not secured, and anyone who...
Laravel itself already comes with API routes out of the box. In today's article, I will demonstrate some basic usage with no authentication. In a...
By now, we created a database in Laravel, and made our first seeder. Another great next step is to look into relational models. So far, we have...
Yesterday we made our first database, and another cool function of Laravel is the option to seed it. The default installation comes with a basic...