Skip to content

Commit 04ca2ff

Browse files
committed
Merge pull request laravelio#214 from railto/develop
removed --dev from composer install instructions
2 parents cc792ec + 4b8ede7 commit 04ca2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Here are the steps for installation on a local machine.
3333
4. Add a site `lio.loc` for the laravel.io repository to the `Homestead.yml` file under the `sites` list.
3434
5. Run `vagrant provision` in your Homestead folder.
3535
6. Create a database in Homestead called `laravelio`.
36-
7. Run `composer install --dev` and `php artisan migrate --seed --env=local`.
36+
7. Run `composer install` and `php artisan migrate --seed --env=local`.
3737
8. Add `192.168.10.10 lio.loc` to your computer's `hosts` file.
3838
9. Follow the configuration steps below to configure the external services.
3939

0 commit comments

Comments
 (0)