guillaumebriday / laravel-blog

Laravel 11.0 blog application with Hotwire, Horizon, Telescope, Sanctum, Breeze and Pusher
https://laravel-blog.guillaumebriday.fr
MIT License
1.75k stars 572 forks source link

Update to Laravel 11 #159

Closed markc closed 2 months ago

markc commented 2 months ago

Is there any chance or hints on how to update this project for Laravel 11?

guillaumebriday commented 2 months ago

I’d like to do it as soon as I have some time!

But if you want to start a PR, feel free to open it! 🙏

markc commented 2 months ago

I'd love to, but I don't know where to start. I'm a total Laravel beginner and hoping to learn from this and other projects, but it's hard to find something practical that works with Laravel 11. Good to know you are responsive to the idea, so if I do make any progress I'll certainly send a PR.

guillaumebriday commented 2 months ago

If you just want to explore and learn Laravel, you can absolutely start with version 10, 9, or even 8. There's no major or significant difference, only some improvements here and there

But it would still be great to have laravel 11 for sure,

guillaumebriday commented 1 month ago

Done here https://github.com/guillaumebriday/laravel-blog/pull/160

Thanks