This scaffold uses the default Breeze & Blade stack from the Laravel Breeze documentation.
Your machine must be running at least PHP version 8.
Get the latest version at https://windows.php.net/download
After cloning this repo, run:
composer install
Create your .env file by copying the contents from .env.example.
Edit your .env file to match your DB configuration. Then run:
php artisan migrate
# Generates app key
php artisan key:generate
Install the Breeze package:
npm install
# Compiles the frontend assets
npm run dev
Open a new terminal then run:
php artisan serve
The Laravel framework is open-sourced software licensed under the MIT license.