Skip to content

Commit

Permalink
Update installation instructions to reflect Laravel 5.6 view change
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Ballinger committed Oct 2, 2018
1 parent 5d8ce9a commit c767d1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ Quick Note: If this is a new project, make sure to install the default user auth
@yield('js')
```
If you're using Laravel 5.6+ remove defer from the app script tag in head:
```
<script src="{{ asset('js/app.js') }}"></script>
```
Optionally, you can move the script tag to just before ```</body>``` for a similar effect.
Now, visit your site.com/forums and you should see your new forum in front of you!
### Upgrading
Expand Down

0 comments on commit c767d1a

Please sign in to comment.