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
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,12 @@ This preset scaffolding removes the manual steps required to get up and running
9
9
10
10
## Usage
11
11
12
-
1. Fresh install Laravel >= 6.0 and cd to your app.
12
+
1. Fresh install Laravel >= 7.0 and cd to your app.
13
13
2. Install this preset via `composer require --dev laravel-frontend-presets/inertiajs`. Laravel will automatically discover this package. No need to register the service provider.
14
14
15
15
### Installation
16
16
17
-
1. Use `php artisan preset inertiajs` to install the scaffolding
17
+
1. Use `php artisan ui inertiajs` to install the scaffolding
18
18
2.`npm install && npm run dev`
19
19
3.`php artisan serve` (or equivalent) to run server and test preset.
0 commit comments