-
Notifications
You must be signed in to change notification settings - Fork 13
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
Unable to install on Laravel 6.1.0 #11
Comments
Same her with Laravel v6.4.1. @orlandob11 Any luck? Have you managed do solve this issue? |
Gents, I've received the same errors as listed in OP (@orlandob11) The error messages state that composer is trying to use v2.1.1 of this package. I eventually actually checked v2.1.1; it's not the master, and its composer.json doesn't include the necessary change to line ~7: "require": {
"laravel/framework": "^5.5|^6.0"
}, So, fortunately, getting this preset to work is just a matter of specifying the dev version when you run the initial command: |
Hi I've had luck installing this by specifying the version of Laravel to install - As shown by the debugging messages in the OP - any version between 5.5 and 5.8 works to get this installed. This link provided the fix. Delete your installation as per the instructions given, and install the specific version of Laravel you want using Composer, not the Laravel installer.
The instructions provided work after installing the correct version of Laravel. |
Hi I lag behind this updates. Probably lot had been changed. I will really appreciate, if some can test and do the proper pull request |
tested with Laravel 7, fresh project. |
Hello People! |
Hello. I have submitted PR #14 which contains fix for Laravel 6. Edit: Regarding versioning I personally think that PR #14 should go under v3.0.0 in my opinion as it starts support next major Laravel version. I would like to also suggest to drop version v2.1.2 - there is Laravel version 7.0 specified in composer.json however, this version will not work properly with it: v2.1.1...v2.1.2 |
Will this package work with Laravel 8? |
Im trying to install in a fresh installation of Laravel 6.1.0 project and im getting this error:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Conclusion: don't install laravel-frontend-presets/zurb-foundation v2.1.1
- Conclusion: remove laravel/framework v6.1.0
- Installation request for laravel-frontend-presets/zurb-foundation ^2.1 -> satisfiable by laravel-frontend-presets/zurb-foundati
on[v2.1.0, v2.1.1].
- Conclusion: don't install laravel/framework v6.1.0
- laravel-frontend-presets/zurb-foundation v2.1.0 requires laravel/framework ^5.5 -> satisfiable by laravel/framework[5.5.x-dev,
5.6.x-dev, 5.7.x-dev, 5.8.x-dev].
- Can only install one of: laravel/framework[5.5.x-dev, v6.1.0].
- Can only install one of: laravel/framework[5.6.x-dev, v6.1.0].
- Can only install one of: laravel/framework[5.7.x-dev, v6.1.0].
- Can only install one of: laravel/framework[5.8.x-dev, v6.1.0].
Installation failed, reverting ./composer.json to its original content.
The text was updated successfully, but these errors were encountered: