Learn to reduce code duplication in Laravel using artisan commands and services for better code quality.
#design-patterns
7 articles tagged with "design-patterns"
-
-
Explore advanced Eloquent querying in Laravel with a focus on efficient ORM usage for a banking app, including user accounts and transactions management.
- Laravel
Demystify Laravel Facades and harness them for clear, efficient code and Laravel's unique features.
-
Learn methods of writing to the database using Laravel's Eloquent ORM for effective database interactions.
-
Enhance Laravel route management with Route Registrars. Simplify route registration and organization for cleaner and more efficient code.
-
Implement Command Bus in Laravel for efficient code management. Learn to create command handlers and integrate them seamlessly into your projects.
-
Explore the adapter design pattern in coding through a practical example of building a versatile social poster class, adaptable for different social networks.