This is a sample laravel project with basic authentication enabled.
This project is created using laravel with sail. In order to create a new project you need to have Docker installed.
Install php 8
Install compoer
composer install
Copy .env.example -> .env Edit DB configs
Create a laravel project
curl -s "https://laravel.build/[project name]" | bash
Access the project directory
cd [project name]
Run the project locally using sail
./vendor/bin/sail up
./vendor/bin/sail artisan migrate