Hello I want to setup new laravel project by using the html version of Metronic 8
but it's not working in Laravel
I followed the guide video which is version of html setup
I have assets, layout, pages, partials, and index.php
and I also converted all the html to php like the video did.
What I want is in my new laravel project make my new laravel code
(i cannot understand the laravel version's laravel code because I am newbie)
Can you give me informatio about it?
Hi dohyeong heo,
You can use the HTML version to integrate it into your existing Laravel project.
You can go to the index.html template and check the CSS and js included in the template head and foot. Once you fully understand what are CSS and js files to include in each page of your application the rest will be quite easy.
2. You can use the layout builder to prepare your HTML template. For example, if you are using the demo1 you can go to the online preview of the demo:
https://preview.keenthemes.com/metronic8/demo1/layout-builder.html
The layout builder helps you to configure the layout with available options and preview it in real time. Once you decide what configuration you like to use you can download the HTML code of your preferred configuration. To do so go to the bottom of the page and find the "Export" button and you will get a package containing the HTML template with the partials(header, aside, footer, etc) that can be used for your server-side integration. The export package provides you with only the HTML code with structured includable partials that are perfect for server-side integration. The assets can be included in your local download version.
3. Once you integrated the master layout and all the menus and navigation you can proceed with your inner pages by referring to the original theme demos.
4. Also as the primary reference to the available features, you can refer to the demo pages' source code for each feature.
If you need any further help, please let us know.
Thanks
Just convert the htmls into blade files. If you are familiar with Laravel blade files then it should be easy to convert the metronic html into Laravel blade manually.
I'm using HTML version of Metronic because the Laravel version was not yet available at that time.