Best laravel framework open-source packages.

Laravue starter

Boilerplate for Laravel 9.2 + Breeze + Tailwind 3+ Vue 3 + InertiaJs
Updated 2 years ago

Laravue-starter

What's inside + Documentation

Installation

Clone this repository:

git clone https://github.com/fbrisola/laravue-starter.git [yourprojectname]

Install Laravel and Node dependencies:

cd [yourprojectname]
composer install
npm install

Generate Key and run migrations:

php artisan key:generate
php artisan migrate

Run

Build your frontend package:

npm run watch

Start the PHP built-in server:

php artisan serve

Documentation