Adding metronic to an existing laravel 9 application
Hi devs, just purchased Metronic 8 and after surfing the net for a few hours I cant see anything about adding Metronic to an existing laravel 9 application. I am a month in developing and cant really afford to use the out the box demo app provided?
I would have thought that there would be instruction on how to add this to an existing laravel application? Regards Byron
If the laravel application you are creating is fresh I recommend using the Metronic Laravel version.
Otherwise, you'll have to copy and paste the assets from Metronic into your laravel project(Public folder) & adjust your layout to meet them. You can simple copy the HTML & assets and create blade files to accomplish this.
Probably, you already have your own config for the webpack.mix.js file. So you can merge the content. If the file is a default file from Laravel, you can just replace it.