TerbiumLibs / dbConfig

Laravel Config with DB-storage support
MIT License
21 stars 25 forks source link

Not support in Laravel 5.2 #10

Closed nghiepdev closed 7 years ago

nghiepdev commented 8 years ago

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!!

ghost commented 8 years ago

same issue :(

Problem 1

KuenzelIT commented 7 years ago

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.

KuenzelIT commented 7 years ago

Thanks to @yaapis the main repo should now be compatible to Laravel > 5.1 .

So this issue can be closed.