rocketslab/laravel-inertiajs-template

This package is abandoned and no longer maintained. No replacement package was suggested.

Basic scafolding Laravel application with Inertiajs


README

Instalation

Install application dependencies.

composer create-project rocketslab/laravel-inertiajs-template <project-name>

Install client side dependencies and build assets.

npm install && npm run dev

Creating new Pages

This template comes with a artisan command to create new Pages.

php artisan inertia:page PageName

or with a previous path/folder:

php artisan inertia:page SomeFolder\\PageName