Closed nghiepdev closed 7 years ago
same issue :(
Problem 1
I am using a fork, which does support 5.2: https://github.com/amida-software/dbConfig/network
You can replace the main repository like this in your composer.php:
"require": {
"php": ">=5.5.9",
"laravel/framework": "5.2.*",
"terbium/db-config": "dev-master",
},
"repositories": [
{
"url": "https://github.com/amida-software/dbConfig",
"type": "git"
}
]
Make sure you get dev-master
for terbium/db-config
to get the source from the fork.
Thanks to @yaapis the main repo should now be compatible to Laravel > 5.1 .
So this issue can be closed.
Hi, I install package for Laravel 5.2 and was error.
don't install illuminate/support v5.1.2|don't install laravel/framework v5.2.0
Thanks!!