Closed davidjr82 closed 2 years ago
Hey 👋
It's already done but I just need to test it manually before releasing the version. If you can try it using dev-main
as well, that'd be super helpful.
Sure, it will take me some days but as soon as I can do it, I will give you feedback. Have a nice weekend!
Hi!
Couldn't install it in a fresh Laravel 9 installation:
Steps:
laravel new l9-dev --dev
php artisan --version
displays Laravel Framework 9.x-dev
composer require lorisleiva/laravel-actions:dev-main
throws the next error:` Problem 1
Thanks for reopening this issue. I can also reproduce. I'm not sure why this is happening though. Maybe it's because I use 9.x-dev
instead of an explicit beta version but I'm waiting for the release of beta-5
otherwise the package won't work as-is.
Honestly, the official release date is in 8 days, so I guess you can wait until then to solve the issue and don't waste time.
It's up to you, but if I were you, I would close the issue 🗡️
Have a nice week!
Haha, thanks. I'll wait until Wednesday because beta-5
should be released by now and hopefully that will solve this issue. 🤞
As predicted, using beta-5
released yesterday fixed the issue. 🥳
After installing a fresh Laravel app, you can run:
composer require lorisleiva/laravel-actions:2.3.0-beta.2
Thanks again for raising this!
Hi! Do you have planned to support Laravel 9? It would be great.
Thanks!