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

Support for Laravel 6 #7

Open
DoDSoftware opened this issue Oct 9, 2019 · 2 comments
Open

Support for Laravel 6 #7

DoDSoftware opened this issue Oct 9, 2019 · 2 comments

Comments

@DoDSoftware
Copy link

It would be great if this supported Laravel 6

@zieru
Copy link

zieru commented Dec 6, 2019

Laravel 6.0 :(

 Problem 1
    - laravel-frontend-presets/vuetify 1.0.1 requires laravel/passport ^7.0 -> satisfiable by laravel/passport[7.0.x-dev].
    - laravel-frontend-presets/vuetify 1.0.2 requires laravel/passport ^7.0 -> satisfiable by laravel/passport[7.0.x-dev].
    - laravel-frontend-presets/vuetify 1.0.3 requires laravel/passport ^7.0 -> satisfiable by laravel/passport[7.0.x-dev].
    - Conclusion: don't install laravel/passport 7.0.x-dev
    - Can only install one of: laravel/passport[6.0.x-dev, v8.0.2].
    - Can only install one of: laravel/passport[v8.0.2, 6.0.x-dev].
    - Can only install one of: laravel/passport[6.0.x-dev, v8.0.2].
    - laravel-frontend-presets/vuetify 1.0 requires laravel/passport ^6.0 -> satisfiable by laravel/passport[6.0.x-dev].
    - Installation request for laravel-frontend-presets/vuetify ^1.0 -> satisfiable by laravel-frontend-presets/vuetify[1.0, 1.0.1, 1.0.2, 1.0.3].
    - Installation request for laravel/passport (locked at v8.0.2, required as ^8.0) -> satisfiable by laravel/passport[v8.0.2].


@KronemeyerJoshua
Copy link

I've created a pull request to integrate my changes into the main branch which I've made some edits to support Laravel 6 and updated Vuetify
#8

I don't know if it'll be approved anytime soon, but if you're really desperate you can use my fork in composer.json

"repositories": [{ "type": "vcs", "url": "https://github.com/KronemeyerJoshua/laravel-vuetify" }], "require": { "laravel-frontend-presets/vuetify": "dev-master", },

Then run composer update and you should be all good to go for php artisan preset vuetify

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

3 participants