Pause and resume specific queues in Laravel using artisan commands and programmatically in code. Learn how to control workers, pause with TTLs, and manage queue flow precisely.
nabilhassen.com/laravel-pause-resume-queues
📱 Validating phone numbers in Laravel can get tricky. I put together a clear guide covering simple rules, regex patterns, E.164 formatting, and custom validators.
nabilhassen.com/laravel-phone-number-validation
Learn how to get the current URL in Laravel using URL and Request facades and helpers, in controllers, Blade views, and including query parameters.
nabilhassen.com/laravel-get-current-url
The service pattern promised clarity but delivered chaos. Find out why it’s broken and how to fix it with a better & simpler architecture.
nabilhassen.com/laravel-service-pattern-issues
Discover how Pest modernizes PHP testing with expressive syntax, plugins, and fluent APIs, offering features PHPUnit never had, yet full compatibility.
nabilhassen.com/pest-vs-phpunit