Use Laravel 8 + Sanctum to create RESTFul API Authentication
- Clone project using git
git clone https://github.com/arunarw/laravel_apiauth.git
cd laravel_apiauth
- Install dependencies
composer install
- Create a new database and update .env with database name
php artisan config:cache
php artisan migrate
php artisan serve