Hello, I want to set up as in the example here, but it is set according to metronic 6 and laravel old versions
Metronic Integrate Laravel
Any chance to update the document? I don't want to use Inertia, Livewire etc. I just want to import the html demo and split it into blades. I will write all my backend code myself.
Additional : I use metronic boostrap 8.2.7 html version
Hi Eyup Fidan
You can use the Metronic v8 Layout Builder to export the layout partial files, such as the header, footer, side menu, topbar, and content area. Once exported, you can easily integrate these files into your Blade templates by renaming the files with *.blade.php.
Here’s the link to the Layout Builder: https://preview.keenthemes.com/metronic8/demo1/layout-builder.html
For the assets, you can get it from the demo dist/assets folder.
This allows you to customize the HTML demo and split it into Blade files.