Requirements
- You should have basic knowledge of PHP
- You should be able to create a new Laravel installation
- You should be familiar with the command line
Description
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.
Who this course is for
- Laravel beginners
- Back end developers
- Full Stack Developers
- Mobile developers who need an API for the back end of their app