Skip to content

Commit 73d81e7

Browse files
add README
1 parent d3cd78b commit 73d81e7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Laravel Frontend preset for Inertia.js
2+
3+
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

Comments
 (0)