You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Laravel front-end scaffolding preset for [Inertia.js](https://github.com/inertiajs/inertia).
4
+
5
+
This preset scaffolding removes the manual steps required to get up and running with Inertia.js.
6
+
7
+
## Usage
8
+
9
+
1. Fresh install Laravel >= 5.8 and cd to your app.
10
+
2. Install this preset via `composer require laravel-frontend-presets/inertialjs`. Laravel will automatically discover this package. No need to register the service provider.
11
+
12
+
### Installation
13
+
14
+
1. Use `php artisan preset inertiajs` to install the scaffolding
15
+
2.`npm install && npm run dev`
16
+
3.`php artisan serve` (or equivalent) to run server and test preset.
17
+
18
+
## More
19
+
20
+
Learn more about Inertia.js from [@reinink](https://twitter.com/reinink)'s [introductory blog post](https://reinink.ca/articles/introducing-inertia-js).
0 commit comments