
In this tutorial we'll set up an API as a subdomain with Laravel and use Postman to send a few test requests.
This tutorial will use Laravel's factories and faker to seed entries into the database.
In this tutorial we cover the RESTful api routes with Laravel's resources and resource collections.
In this tutorial we will add the store and update methods to our controller.
This tutorial will cover deleting records from our database and saving a request in postman.
This tutorial talks about keeping your API backwards compatible with API versioning.
Learn how to create a CRUD API in Laravel. We'll create an app that contains Show, Create, Update, and Delete requests and returning our data as an API resource. HTTP responses will be tested with Postman.
You can later replace Postman with a JavaScript SPA built in React or Vue to fetch data from the app.