Closed MergenthalerMoritz closed 6 years ago
This is not because of the intervention package but as it says three different packages.
As it says in the upgrade guide for laravel change laravel/framework to 5.6.* and fideloper/proxy to ~4.0 in composer.json
And finally the laravelnews/laravel-twbs4 package doesn't support 5.6
Actually I thaugt I've done this already. Now I've removed the complete node_modules Folder and reinstalled with the npm install command. This is my package.json
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"axios": "^0.18",
"babel-plugin-transform-decorators": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-mobx": "^1.0.2",
"babel-preset-stage-1": "^6.24.1",
"bootstrap": "^4.0.0",
"browser-sync": "^2.23.6",
"browser-sync-webpack-plugin": "^2.0.1",
"cross-env": "^5.1.4",
"jquery": "^3.3.1",
"laravel-mix": "^2.0.0",
"lodash": "^4.17.5",
"popper.js": "^1.14.0",
"vue": "^2.5.15"
},
"dependencies": {
"ajv-keywords": "^3.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-polyfill": "^6.26.0",
"chart.js": "^2.7.2",
"element-ui": "^2.2.1",
"imagemagick": "^0.1.3",
"mobx": "^4.0.0",
"vue-lazyload": "^1.2.2",
"vue-mobx": "^2.0.0",
"vue-social-sharing": "^2.3.3",
"vue-stash": "^2.0.1-beta",
"vue-youtube-embed": "^2.1.3",
"vuex": "^3.0.1",
"vuex-forms": "0.0.7",
"vuex-map-fields": "^1.1.2"
}
}
and this is my composer.json
{
"name": "laravel/laravel",
"description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"license": "MIT",
"type": "project",
"require": {
"php": ">=7.0.0",
"barryvdh/laravel-dompdf": "^0.8.1",
"fideloper/proxy": "~4.0",
"intervention/image": "^2.4.1",
"laravel-notification-channels/facebook": "^0.0.1",
"laravel-notification-channels/facebook-poster": "^1.1",
"laravel-notification-channels/smsapi": "^0.3.0",
"laravel/framework": "5.6.*",
"laravel/tinker": "~1.0",
"laravelcollective/html": "^5.4.0",
"maatwebsite/excel": "~2.1.0",
"nesbot/carbon": "^1.22",
"yajra/laravel-datatables": "1.0",
"yajra/laravel-datatables-oracle": "~8.0"
},
"require-dev": {
"filp/whoops": "~2.0",
"fzaninotto/faker": "~1.4",
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~6.0"
},
"autoload": {
"classmap": [
"database/seeds",
"database/factories"
],
"psr-4": {
"App\\": "app/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"extra": {
"laravel": {
"dont-discover": [
]
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"@php artisan key:generate"
],
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover"
]
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
}
}
Does anyone see any mistakes ?
Hi Guys,
I'm not totaly sure if this is the right place for my Issue but really need some help with this package. Allways I tried to install the package I got following errors.
That started since I've Updated to Laravel 5.6 before it worked excelent. Can you help me please?