Skip to content

Commit bf3d055

Browse files
update readme
1 parent 79db4d1 commit bf3d055

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ This preset scaffolding removes the manual steps required to get up and running
99

1010
## Usage
1111

12-
1. Fresh install Laravel >= 6.0 and cd to your app.
12+
1. Fresh install Laravel >= 7.0 and cd to your app.
1313
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.
1414

1515
### Installation
1616

17-
1. Use `php artisan preset inertiajs` to install the scaffolding
17+
1. Use `php artisan ui inertiajs` to install the scaffolding
1818
2. `npm install && npm run dev`
1919
3. `php artisan serve` (or equivalent) to run server and test preset.
2020

0 commit comments

Comments
 (0)