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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,10 @@ Find out more [Free Laravel Themes at StartLaravel.com](http://www.startlaravel.
10
10
2. Make sure you have bower and npm installed globally
11
11
3. On the command prompt run the following commands
12
12
- 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.)
14
14
-`composer install`
15
15
-`npm install`
16
16
-`bower install`
17
17
-`npm run watch`
18
18
-`php artisan cache:clear`
19
+
-`php artisan serve` & open `http://localhost:8000` in your browser
0 commit comments