Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update installation instructions to reflect Laravel 5.6 view change #229

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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