There are many open source Laravel projects available on GitHub that you can learn from. Here are a few recommendations:
-
Laravel Nova - A beautifully designed administration panel for Laravel. The code is well-organized and follows Laravel best practices. https://github.com/laravel/nova
-
Snipe-IT - A free, open source IT asset management system. The code is well-documented and follows Laravel best practices. https://github.com/snipe/snipe-it
-
Attendize - An open-source ticket selling and event management platform. The code is well-organized and follows Laravel best practices. https://github.com/Attendize/Attendize
-
Flarum - A free, open-source forum software built with Laravel. The code is well-organized and follows Laravel best practices. https://github.com/flarum/flarum
-
Bagisto - A free, open-source e-commerce platform built with Laravel. The code is well-organized and follows Laravel best practices. https://github.com/bagisto/bagisto
To learn from these projects, you can clone the repository and explore the codebase. Look for patterns and best practices that you can apply to your own projects. You can also contribute to these projects by submitting bug fixes or new features.
Happy coding!