lorisleiva / laravel-actions

⚡️ Laravel components that take care of one specific task
https://laravelactions.com
MIT License
2.52k stars 125 forks source link

Laravel 9 support #165

Closed davidjr82 closed 2 years ago

davidjr82 commented 2 years ago

Hi! Do you have planned to support Laravel 9? It would be great.

Thanks!

lorisleiva commented 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.

davidjr82 commented 2 years ago

Sure, it will take me some days but as soon as I can do it, I will give you feedback. Have a nice weekend!

davidjr82 commented 2 years ago

Hi!

Couldn't install it in a fresh Laravel 9 installation:

Steps:

` Problem 1

lorisleiva commented 2 years ago

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.

davidjr82 commented 2 years ago

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!

lorisleiva commented 2 years ago

Haha, thanks. I'll wait until Wednesday because beta-5 should be released by now and hopefully that will solve this issue. 🤞

lorisleiva commented 2 years ago

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!