composer install
cp .env.example .env
php artisan key:generate
setup database credentials in .env file
php artisan migrate
php artisan db:seed
php artisan serve
Default Base URL : example {{base_url}} = http://127.0.0.1:8000 use your url
https://www.getpostman.com/collections/2f16f2bf4524171721a8
Username:[email protected]
Password:1234567890
Username:[email protected]
Password:1234567890
Username:[email protected]
Password:1234567890
php artisan test