You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
How do I install this in an existing Laravel project? Is there a guide available?
The text was updated successfully, but these errors were encountered: