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.
2 parents cc792ec + 4b8ede7 commit 04ca2ffCopy full SHA for 04ca2ff
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