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

Install HTML Demo1 in Laravel


Hi,
In the demo when i preview there is all section and pages but when i install every thing only the user management pages are there.
so if i want to install all this pages or customize them what i will do.?
and another thing can i install any HTML demo in laravel .?


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 Warqar,

In the Laravel version of Metronic, not all the pages available in the HTML demo are included by default. However, when integrating HTML components from the Metronic HTML version into your Laravel project, all the styles and JavaScript are already included in the Laravel version. Therefore, you only need to copy the HTML code to achieve the desired look and layout.

The steps to integrate HTML components into your Laravel project are as follows:

1. Copy the HTML code: Access the HTML version of Metronic and copy the HTML markup for the desired page or component.

2. Create a new blade file: Within your Laravel project, create a new blade file (e.g., `custom_page.blade.php`) under the appropriate view folder.

3. Paste the HTML code: Paste the copied HTML code into the newly created blade file.

4. Adjust paths and routes: Make sure to update any paths, routes, or links to match the Laravel project's structure and routing system.

You can integrate the HTML components into your Laravel project without the need to add styles or JavaScript, as they are already included in the Laravel version.

If you encounter any issues or have further questions, feel free to reach out for assistance. We are here to help you with the integration process.

As of now, the other demos available in the Metronic HTML version are not directly available in the Laravel version. If you want to integrate any other demo into your Laravel project, it will require customization and manual implementation.

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