Laravel creat rest CRUD API with postman tutorial 2

Опубликовано: 15 Октябрь 2024
на канале: GHANSHYAM NAKIYA
259
4

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