artkonekt / appshell

AppShell is an Laravel Application boilerplate with UI, ACL, Users & Customers
https://konekt.dev/appshell
MIT License
79 stars 10 forks source link

Docs mix code says 'app.js' but file referenced is 'apphell.js' #12

Closed andreud closed 5 years ago

andreud commented 5 years ago

In the Admin Panel doc page: https://artkonekt.github.io/appshell/#/admin-panel?id=appshell-as-main-app-ui It says to add this line: mix.js(..., 'public/js/app.js') But the file referenced in the provided layout is appshell.js, not app.js

fulopattila122 commented 5 years ago

Thanks for the feedback, I'll fix this section by adding more details.