Grimthorr / laravel-user-settings

Simple user settings facade for Laravel 5.
117 stars 36 forks source link

Laravel 6 Support? #31

Open jcsoriano opened 5 years ago

jcsoriano commented 5 years ago

Hi! When I try to upgrade an existing project to Laravel 6, this occurs:

image

Hope you could update the package to support Laravel 6.

Thanks!

schonhose commented 4 years ago

I am also very interested in this.

schonhose commented 4 years ago

I switched to https://github.com/ricardoboss/laravel-user-settings

Update your composer.json like this: `"require": {

    ....
    "grimthorr/laravel-user-settings": "dev-master",
    ....

},
"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/ricardoboss/laravel-user-settings"
    }
],
....`
ricardoboss commented 4 years ago

You can now also use ricardoboss/laravel-user-settings directly. In fact, you can only use this from now on. Keep this in mind when updating your dependencies again @schonhose & @jcsoriano

jcsoriano commented 4 years ago

Hi @ricardoboss thanks for the fork! I'm using your composer package now but I'm also working on upgrading to Laravel 7.0, and your fork doesn't seem to allow that as well. You think you can edit the dependency requirements of your package?

ricardoboss commented 4 years ago

Hi @jcsoriano I pushed an update to support Laravel 7.x. I couldn't test it, but according to the migration guide there should be no changes which affect this package. Please create an issue here if you encounter any.