Looking to hire Laravel developers? Try LaraJobs

laravel-inertiajs-template maintained by rocketslab

Description
Basic scafolding Laravel application with Inertiajs
Last update
2021/05/10 00:01 (dev-master)
License
Links
Downloads
12

Comments
comments powered by Disqus

Basic Laravel scafold application with Inertiajs

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