igaster / laravel-theme

Theme support for Laravel
MIT License
516 stars 110 forks source link

Laravel 5.7 support #96

Closed nabeelio closed 5 years ago

nabeelio commented 5 years ago
igaster/laravel-theme v2.0.7 requires illuminate/contracts 5.4.*|5.5.*|5.6.*
timopaul commented 5 years ago

have the same problem. is there already a solution for this?

igaster commented 5 years ago

Hello, I need to test it with a fresh installation of L5.7 but I don't expect to find any problems.

If you wish to try it then you may (temporary) switch to the dev version with

igaster/laravel-theme": "dev-master@dev",

Also you might need to set

    "minimum-stability": "dev",
    "prefer-stable": true

It is OK, this will still pick the stable versions

igaster commented 5 years ago

Hello, support for L5.7 is now on latest stable version! You may ignore my previous message.

Thank you!

nabeelio commented 5 years ago

Thanks for the update!