Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I install this in an existing Laravel project? #82

Open
Aquive opened this issue Nov 21, 2021 · 1 comment
Open

How do I install this in an existing Laravel project? #82

Aquive opened this issue Nov 21, 2021 · 1 comment

Comments

@Aquive
Copy link

Aquive commented Nov 21, 2021

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

@nielsdrost7
Copy link

nielsdrost7 commented Nov 27, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants