rocketslab/laravel-inertiajs-template

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

Basic scafolding Laravel application with Inertiajs

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 10

Type:project

pkg:composer/rocketslab/laravel-inertiajs-template


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