An opinionated starter kit for RESTful API development with Laravel Sanctum.
The Starter Kit for Laravel Sanctum is an opinionated Laravel starter kit specifically designed for RESTful API development with Sanctum. It provides a set of features and guidelines to quickly set up a Laravel project for API development.
To install the Starter Kit for Laravel Sanctum, follow these steps:
.env file.boot method in AuthServiceProvider.php file to ensure that your front-end endpoints are correct.Laravel Sanctum Starter Kit.postman_collection.json file to Postman for API testing.php artisan serve command and open http://127.0.0.1:8000/docs in your browser to access the API documentation.The Starter Kit for Laravel Sanctum is a convenient starting point for developers who want to build RESTful APIs using Laravel and Sanctum. It provides essential features such as authentication, registration, email verification, password reset, and users management. The installation process includes steps to configure the application and set up the required dependencies.