Open-source by Keenthemes!Support our KtUI and ReUI open-source projects and help with growth.
Star on Github

Laravel Demos


Is there a best practice for using other demos with laravel? I've looked at the documentation and I don't see anything helpful. I mean, I can take the html version of the demo and make it work with laravel just like any other, and the starter kit is a little bloated with plugins and helpers --many great features, but more than I need. So if I manually set up a laravel project with the required assets, I'm worried it would be difficult to update in the future if there's an update release.

Anything would be great. 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  :(

Replies (1)


Hi daniel

If you’re comfortable building with Laravel based on your own setup and specific needs, it’s actually a good move to start from scratch using HTML version. That way, you only include what you need and avoid bloat.

You can still refer to Metronic’s Laravel integration to understand how to wire up the assets, layouts, and components, it’s useful as a reference even if you don’t use the full starter.

As for updates, you are right, it’s a bit of a manual process. But if your asset structure is clean and modular, you can replace or update parts when newer versions release. You just need to be aware of what changed and decide whether need to merging into your version.

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  :(