Skip to content

Commit ca4323b

Browse files
committed
README updates
1 parent 1d31517 commit ca4323b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ Find out more [Free Laravel Themes at StartLaravel.com](http://www.startlaravel.
1010
2. Make sure you have bower and npm installed globally
1111
3. On the command prompt run the following commands
1212
- cd `project-directory`
13-
- Check the [Laravel Installation page](https://laravel.com/docs/5.4/installation) to configure your local installation
13+
- Check the [Laravel Installation page](https://laravel.com/docs/5.4/installation) to configure your local installation (e.g. environment variables, directory permissions, etc.)
1414
- `composer install`
1515
- `npm install`
1616
- `bower install`
1717
- `npm run watch`
1818
- `php artisan cache:clear`
19+
- `php artisan serve` & open `http://localhost:8000` in your browser

0 commit comments

Comments
 (0)