Hi
I just downloaded and installed laravel startkit, but it's only showing the dashboard, no other link is seems to be working.
the routing file web.php also seems to be empty.
At least it should have Profile overview and setting views shoul be working.
Thank You
Hi Mounir,
The settings for including JS in global in this file:
/starterkit/config/settings.php
"global" => [
"css" => [
"assets/plugins/global/plugins.bundle.css",
"assets/css/style.bundle.css",
],
"js" => [
"assets/plugins/global/plugins.bundle.js",
"assets/js/scripts.bundle.js",
"assets/js/widgets.bundle.js",
],
],
Hello Faizal
thank you for the reply.
I miss the settings where I can specefiy what JS to be called globally and in every single page. As i'm getting a lot of console errors regarding this. This setting was in a previous version of Metronics
Hi Mounir,
Laravel Starter Kit is a simplified version for starters and only has a dashboard page. If you would like this use the Laravel App, you can get the download link from the ThemeForest zip.
Please note that we will add auth, and crud features to our Laravel Starter Kit in the upcoming updates. Till then the Laravel App will be maintained as well.
Thanks