rocketslab/laravel-inertiajs-template

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

Basic scafolding Laravel application with Inertiajs

Maintainers

Package info

github.com/RocketsLab/laravel-inertiajs-template

Type:project

pkg:composer/rocketslab/laravel-inertiajs-template

Statistics

Installs: 12

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 10


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