Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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