Skip to content

vjtvalero/laravel9-scaffold

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

Laravel 9 Scaffold

This scaffold uses the default Breeze & Blade stack from the Laravel Breeze documentation.

Requirements

Your machine must be running at least PHP version 8.

Get the latest version at https://windows.php.net/download

Quickstart

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

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

Laravel 9 + Breeze scaffolding template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages