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

Has anyone managed to get this working with Laravel? #8

Open
aidanayala opened this issue Jan 27, 2018 · 1 comment
Open

Has anyone managed to get this working with Laravel? #8

aidanayala opened this issue Jan 27, 2018 · 1 comment

Comments

@aidanayala
Copy link

No description provided.

@jocodev1
Copy link
Owner

You should be able to install it just like any other Vue plugin. This could change based on the version of Laravel, but generally should all work the same.

$ npm install vue-muuri --save

Then in your main js file before your Vue instance is created, use...

import VueMuuri from 'vue-muuri'

Vue.use(VueMuuri)

Then follow the documentation to use the plugin. If you're still having issues, let me know what version of Laravel you're using. I've used this with a custom Laravel / Vue environment many times, so there shouldn't be any issues if it's setup correctly.

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