laravel install open cmd/git bash cli in htdocs folder composer create-project laravel/laravel:^10.0 laravel_class cd laravel_class php artisan serve for api auth composer require laravel/sanctum php artisan vendor:publish --provider="Laravel\Sanctum\SanctumServiceProvider" for auth practice: controller folder Api folder model folder route folder api.php file database folder migration folder go to htdocs folder *git clone https://github.com/ether0606/hospital_react.git *cd hospital_react *composer update *cp .env.example .env *php artisan key:generate *php artisan migrate react project *git clone https://github.com/ether0606/hospital.git make model php artisan make:model NameOfModel -m to migrate php artisan migrate make controller php artisan make:controller Foldername/NameOfController laravel auth *composer require laravel/ui *npm install *php artisan ui bootstrap *php artisan ui bootstrap --auth to change one migration file *php artisan migrate --path=database/migrations/2020_04_10_130703_create_test_table.php https://red-rocket-652312.postman.co/workspace/New-Team-Workspace~671014a4-d39d-409b-8af9-b9e7b43b4858/collection/12280611-8addf844-aa1e-42f5-a344-6a800af5750c?action=share&creator=12280611