Install application dependencies.
composer create-project rocketslab/laravel-inertiajs-template <project-name>
Install client side dependencies and build assets.
npm install && npm run dev
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