Step 1 - Setting Up the Environment
  • Database setup, Table creation and Layout of the app
Step 2 - Create the Controller to handle the API logic and Set up the routes
  • Create BookController For CRUD Functionality
Step 3 - Let’s Test Our Bookstore API
  • Let’s Test Our Bookstore API
Authentication Using Laravel Sanctum
  • Authentication Using Laravel Sanctum
Authentication - Creating the Auth Routes
  • Authentication Creating the Auth Routes
Authorization Using Laravels Middleware
  • Authorization Using Laravels Middleware