coreui-free-laravel-admin-template icon indicating copy to clipboard operation
coreui-free-laravel-admin-template copied to clipboard

How do I install this in an existing Laravel project?

Open Aquive opened this issue 3 years ago • 1 comments

How do I install this in an existing Laravel project? Is there a guide available?

Aquive avatar Nov 21 '21 15:11 Aquive

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 that sass directory, that the style.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

nielsdrost7 avatar Nov 27 '21 10:11 nielsdrost7