Best laravel framework open-source packages.

Laravel inertia vue template

A template to start using Inertia.js with Laravel and Vue.js (in development)
Updated 1 year ago

Laravel Inertia Vue Template

A template to start using Inertia.js with Laravel, Vue.js and Tailwindcss!

How to install

Start by cloning the repo

$ git clone git@github.com:leMaur/laravel-inertia-vue-template.git

Copy the environment file (can be different in your OS)

$ cp .env.example .env

Install php dependencies

$ composer install

Generate the encryption key for Laravel

$ php artisan key:generate

Install node dependencies

$ yarn install

// OR

$ npm install

And now... start building something amazing!

Battery included

The template also include some goodies to help you stay on track with your project.

Debugbar

more info

With the new model feature by Jonathan Reinink

Php CS Fixer

more info

$ php artisan fixer:fix

Larastan

more info

$ php artisan code:analyse

Php Insights

more info

$ php artisan insights

License

The MIT License (MIT). Please see License File for more information.