A curated list of Laravel projects where you can learn by contributing or viewing the code. This repository serves as a resource for developers who want to explore real-world Laravel applications and improve their skills.
Repository: MrPunyapal/basic-crud
Learn the best practices of Laravel through a clean and well-structured CRUD application. Perfect for beginners and intermediate developers looking to understand proper Laravel patterns and conventions.
What you'll learn:
- Laravel best practices and coding standards
- CRUD operations
- MVC architecture
- Database relationships
- Form validation
Repository: MrPunyapal/livewire-chat-app
Build a real-time chat application using Laravel Livewire. This project demonstrates how to create interactive features without writing JavaScript.
What you'll learn:
- Laravel Livewire fundamentals
- Real-time features
- WebSocket integration
- User authentication
- Chat application architecture
Repository: pinkary-project/pinkary.com
A production-ready social media platform built with Laravel and Livewire. This is a real-world application where you can see how large-scale Laravel projects are structured and maintained.
What you'll learn:
- Building real-world Livewire applications
- Social media features implementation
- Advanced Laravel patterns
- Testing strategies
- Production-ready code structure
Want to add your Laravel project to this list? We welcome contributions!
- Fork this repository
- Add your project following the format above
- Include a clear description of what developers can learn
- Submit a pull request
- Must be Laravel-based
- Should have educational value
- Code should be well-documented
- Active or archived projects are welcome
This repository is open-sourced. Feel free to use and contribute to it.
Note: This is a community-driven project. The inclusion of projects doesn't imply endorsement, but rather serves as a learning resource for the Laravel community.