I just downloaded my latest version of metronic. I am new to laravel.
I downloaded laravel herd. When setting up a new project i just selected "laravel" not a starter kit.
Going through the docs, do I follow from top to bottom on the laravel install section? Or since I already setup via herd do I need to follow a different flow?
i'd like my stack to be laravel / vue / metronic
Hi Clint
Since you've already set up Laravel via Herd, you can skip the initial Laravel installation steps and focus on the Metronic integration for your Vue.js frontend.
Clarification on your stack:
- Laravel = Backend API (no Metronic integration needed)
- Vue.js = Frontend framework (this is where Metronic will be integrated)
- Metronic = UI theme/components for your Vue.js frontend
Next steps:
- Set up Vue.js in your Laravel project (if not already done)
- Follow the Metronic Vue.js integration guide
- Configure your build process to compile Vue components with Metronic styling
- The Laravel backend will handle your API endpoints, while Vue.js with Metronic will handle your frontend UI.
https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/vue#create-project