The official repo for the Youtube Series called Rest API Laravel Sanctum & Single Page Applications by JackOfTraits.
See: https://www.youtube.com/watch?v=J3d3yPR49Ng
1.) After cloning this project, you can run composer install at the root of your project directory using your favorite command line interface (Terminal, GitBash, Powershell, etc.).
$ composer install
2.) Then run this..
$ php artisan migrate
3.) Then this..
$ php artisan db:seed --class=UsersTableSeeder