Hello, I am using your laravel_app project. There are demos available from demo1 to demo9 here, but I would like to use demo25 from the HTML theme. What steps should I follow for this? Do you have any sample videos or documentation?
Hi Ibrahim,
To use a different demo (in this case, demo25 from the HTML theme) in the Laravel application based on the laravel_app project, you can follow these steps:
1. Visit the Metronic preview website and navigate to the demo25 page of the HTML theme: https://preview.keenthemes.com/metronic8/demo25
2. On the demo25 page, you will find a Layout Builder: https://preview.keenthemes.com/metronic8/demo25/layout-builder.html
3. Use the Layout Builder to create and customize the desired layout for your application. You can adjust settings, and configure the layout to your preference.
4. Once you have finalized the layout in the Layout Builder, you can export the partial files. This will generate the necessary HTML files for your custom layout.
5. Download the exported files from the Layout Builder.
6. Integrate the exported files into your Laravel application based on the existing sample demos. You can create a new demo in your Laravel project with the exported files from the Layout Builder.
7. Make sure to update any necessary paths or references in your Laravel application to ensure proper inclusion and loading of the assets.
Please note that while there is no specific sample video or documentation available for this exact scenario, you can leverage the existing sample demos and the assets provided in the HTML version of the theme to guide your integration process.
If you have any further questions or need assistance with specific steps, feel free to ask.
Thanks