Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


A nightmare (or a dream 🙂 ) for any software developer is an unexpected high influx of traffic or a sudden change in usage patterns that cause an application cr...
Validation is a must-have for any modern project, and in Laravel, it is super simple to get started. Within your controller methods, you can call a method, pass...
Final classes, you either love them or hate them. Developers have been discussing composition over inheritance for years, and final classes are a perfect use ca...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.

juststeveking.uk

Reaching for Facades
Facades, people seem to love them or hate them. Laravel Facades, however, aren’t strictly facades; are they? When I first started with Laravel, I hated...
https://ohdear.app is the all-in-one monitoring tool for your entire website. We monitor uptime, SSL certificates, broken links, scheduled tasks and more.
Laravel Image Handler is an awesome package that can be used to optimize and store images in multiple sizes easily. After installation is done once you can see...

sebastiandedeyne.com

Leading slashes in .gitignore
https://sebastiandedeyne.com/leading-slashes-in-gitignore/ https://sebastiandedeyne.com/tags/git/This is a friendly reminder to keep leading slashes in mind in....
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
When focusing in on some specific functionality of an application, such as notifications or queuing, I often head over to the docs and catch up on the current s...
Grab your free Laravel Guide today and see how to boost your Laravel Experience With the rise of mobile and javascript web frameworks such as https://reactjs.or...
Easily optimize PHP code performance in production with Datadog APM. Enable end-to-end visibility and troubleshoot issues faster. Start your free trial today. I...
Published: Nov 18, 2022 by C.S. Rhymes The last time I used WordPress was a few years ago and involved using Advanced Custom Fields to build custom pages and la...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
In this article, we will see how to generate pdf using dompdf in laravel 9. For generating pdf files we will use the laravel-dompdf package. It is very...
In this section we will see how to use link active class routes in laravel 9. We will see active link routes in laravel with tailwind css and bootstrap 5. Larav...
When you want to change the format for date&time in Laravel blade files, you can use "format" method. The conditions are as below. Column name is "updated_at" a...
I found this wonderful resource https://learn2torials.com/a/laravel8-global-model-scope that takes us on a journey to know Scope. Exit fullscreen mode you shoul...