This is a Laravel project that uses the Metronic Tailwind template.
Before getting started, you will need to purchase the Metronic theme, which includes the Tailwind CSS source files. After purchasing, follow these steps:
-
Copy the
srcfolder from themetronic-tailwind-htmlpackage and paste it into theresourcesdirectory of your Laravel project. Rename the copied folder tometronicso that the directory structure should now look like this:resources/metronic. This step imports the necessary styles and assets from the original HTML package into your Laravel project. -
Copy the
mediafolder from themetronic-tailwind-htmlpackage'sdist/assets/mediadirectory into your Laravel project'spublic/assetsdirectory. The resulting directory structure should look like this:public/assets/media. -
Install the required Node.js packages by running
npm installin the root directory of your Laravel project. -
Build the assets by running
npm run devin the root directory of your Laravel project. -
Start the Laravel development server by running
php artisan serve.
That's it! You now have the Metronic Tailwind template integrated into your Laravel project.
Contributions are welcome! If you notice any issues or have suggestions for improvement, please open an issue or submit a pull request.