Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Basic Laravel scafolding template with Inertiajs + Vuejs

Notifications You must be signed in to change notification settings

RocketsLab/laravel-inertiajs-template

Repository files navigation

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

About

Basic Laravel scafolding template with Inertiajs + Vuejs

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages