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
Typically you'll install the composer preset as a dev dependency, and
may remove it for production, but we still need the inertia-laravel
dependency in prod, otherwise everything breaks when it's removed.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This preset scaffolding removes the manual steps required to get up and running
10
10
## Usage
11
11
12
12
1. Fresh install Laravel >= 6.0 and cd to your app.
13
-
2. Install this preset via `composer require laravel-frontend-presets/inertiajs`. Laravel will automatically discover this package. No need to register the service provider.
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.
0 commit comments