Building Complete API CRUDs using laravel 9.
- Register
- Login
- Product CRUD
git clone https://github.com/tauseedzaman/Laravel-Sanctum-Auth-API-CRUD
cd Laravel-Sanctum-Auth-API-CRUD
composer install
cp .env.example .env
php artisan migrate
php artisan serve