Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

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
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (3)


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



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,

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


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(