coreui-free-laravel-admin-template
coreui-free-laravel-admin-template copied to clipboard
How do I install this in an existing Laravel project?
How do I install this in an existing Laravel project? Is there a guide available?
The coreui-free-laravel-admin-template is a full Laravel project with the CoreUI template integrated.
The guide would be install this project in this case.
You're thinking of having your own project and copy/pasting in the CoreUI project, correct?
- Take a look at the package.json file and copy/paste (
merge) it into your project - Take a look at the webpack.mix.js and copy/paste (
merge) it into your project - Take a look at
resources/sass/style.scss(there are multiple files in thatsassdirectory, that thestyle.scss needs - Take a look at
resources/js/(all those .js files are used in webpack.mix.js) - Take a look in
resources/assets - Take a look in
resources/views/ - In order to make the CoreUI template work, you need to work in the CoreUI styling. The example is in
resources/views