Laravel
This category covers everything about Laravel, the popular PHP framework. Topics include:
- Laravel core concepts
- Eloquent ORM and database management
- API development with Laravel
- Testing strategies and best practices
- Laravel deployment and optimization
- Package development and integration
- Laravel ecosystem (Nova, Forge, Vapor)
Whether you're building your first Laravel application or looking to master advanced concepts, you'll find practical examples, tips, and best practices here. The posts cover both fundamental concepts and real-world implementations using the latest Laravel features.
August 1, 2024
Let's build a service container in PHP
In the world of modern PHP development, Service Containers (also known as Dependency Injection Containers) are really popular for managing class dependencies and promoting modular, testable code....
11 Minutes Read →April 19, 2021
How to implement preference based notifications in laravel?
A few days back, I was asked to implement a pretty awesome notification system on one of my client's laravel application, we are calling it, Granular Preference for Notifications. So the user story...
4 Minutes Read →April 18, 2021
Laravel Tip #1: Check if scheduled jobs are running successfully
Like always you can also log these into files.
1 Minutes Read →