We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc792ec commit 4b8ede7Copy full SHA for 4b8ede7
readme.md
@@ -33,7 +33,7 @@ Here are the steps for installation on a local machine.
33
4. Add a site `lio.loc` for the laravel.io repository to the `Homestead.yml` file under the `sites` list.
34
5. Run `vagrant provision` in your Homestead folder.
35
6. Create a database in Homestead called `laravelio`.
36
-7. Run `composer install --dev` and `php artisan migrate --seed --env=local`.
+7. Run `composer install` and `php artisan migrate --seed --env=local`.
37
8. Add `192.168.10.10 lio.loc` to your computer's `hosts` file.
38
9. Follow the configuration steps below to configure the external services.
39
0 commit comments