thedevdojo / voyager

Voyager - The Missing Laravel Admin
https://voyager.devdojo.com
MIT License
11.72k stars 2.67k forks source link

We want to support laravel 10 #5772

Open AsemSoft opened 1 year ago

AsemSoft commented 1 year ago

Laravel version

laravel 10

PHP version

8.1

Voyager version

2.1

Description of problem

I tried to install V0yager in laravel 10, but it does not install. It showed me this error below .

You can also try re-running composer require with an explicit version constraint, e.g. "composer require tcg/voyager:*" to figure out if any vers ion is installable, or "composer require tcg/voyager:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

Proposed solution

just we want to support laravel 10.

Alternatives considered

no thinkyou.

Additional context

No response

justgkp commented 1 year ago

So far no support for Laravel 10. Eagarly waiting for the this feature

cotiga commented 1 year ago

please, search on issue before opening a new one! https://github.com/the-control-group/voyager/issues/5764 Temp answer: composer require tcg/voyager dev-1.6-l10

christoferd commented 1 year ago

@AsemSoft Just a tip. Before installing anything with Laravel, check the project's composer.json file to see what the supported verion of the "laravel/framework" is, if not that, then check "illuminate/support" version limit.

While you are there, may as well check the lower and upper limit of PHP version

JonathanVorich commented 11 months ago

There is already an older issue than #5764 its this one:

5740

christoferd commented 11 months ago

Laravel so difficult to keep up with :-( World needs something like Laravel SHIFT as a community driven project. Laravel 9 bug fixes ends on August 8, 2023 https://laravelversions.com/en

hazbu commented 7 months ago

Now voyager 1.7 has released, its stable version and support laravel 10