Login/register available in tutorial 1 • Laravel create rest API authenticatio...
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.
Following useful commands
php artisan make:model Product -m
php artisan migrate
php artisan make:controller ProductController