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
{{ message }}
This repository was archived by the owner on Jan 31, 2021. It is now read-only.
Hi.
Thanks for this project. The UI is very nicely done.
I am running the project locally on Windows 10.
The UI crashes on this youtube video:
Laravel From Scratch [Part 4] - Blade Templating & Compiling Assets https://www.youtube.com/watch?v=bSG2YMqJJys
Log:
It's likely due to some of the comment content such as this: <script src=\"{{asset('js/app.js')}}\"></script>
Hi.
Thanks for this project. The UI is very nicely done.
I am running the project locally on Windows 10.
The UI crashes on this youtube video:
Laravel From Scratch [Part 4] - Blade Templating & Compiling Assets
https://www.youtube.com/watch?v=bSG2YMqJJys
Log:

It's likely due to some of the comment content such as this:
<script src=\"{{asset('js/app.js')}}\"></script>Perhaps this can be fixed.
Thanks