laracasts / Laravel-5-Generators-Extended

This package extends the core file generators that are included with Laravel 5
https://laracasts.com/lessons/faster-workflow-with-generators
MIT License
2.45k stars 347 forks source link

Support Laravel 11 #206

Open alifaraun opened 3 weeks ago

alifaraun commented 3 weeks ago

Hey @JeffreyWay,

With Laravel 11 now released, I’ve taken the opportunity to add full support for it. Along with this update, I’ve:

I've tested everything against Laravel 11, and it works perfectly 🎉.

could you please review, merge?

Thanks in advance!