Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

Laravel


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


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (3)


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",
],
],


Thanks



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


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(