Latest Laravel/PHP Articles

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


If you are PHP developer, chance you know Laravel are high. Laravel is one of the most popular PHP Framework today. Getting started with Laravel is easy, make s...
Laravel’s events provide a simple observer implementation, allowing you to subscribe and listen for various events that occur in your application. Event classes...
Programmers shouldn't underestimate the value of properly learning their toolset
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
In the life of a developer, nothing stays the same for too long. Languages evolve, and new ones emerge, meaning we’re constantly required to test our skills as...
Laravel by default will log errors and messages into a directory on disk, which isn’t ideal, because Heroku uses an ephemeral filesystem, that means that any ch...
Laravel by default will save sessions into a directory on disk, which isn’t ideal, because Heroku uses an ephemeral filesystem (explained in Tip #5). Thanks for...
When using Cloudflare and Laravel we are unable to use request()->ip() in Laravel because of Cloudflare returns it's own IP in $_SERVER['REMOTE_ADDR']. By defau...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Fat Controller is a term that used when a Controller becomes very large and contains hundreds of lines of code. Best practice is to avoid such a situation or re...
PHP was originally created in 1995, but it is now generally understood to mean “PHP: Hypertext Preprocessor.” Originally it was designed to create dynamic or in...
''; }Step 2. groupBy with Raw ConditionNext, what if you want to group by birth year? Here’s the visual result for my dummy seeded data:Step 3. groupBy Ra...
Componentization is a great way to build extensible and reliable software systems. It allows us to build large systems that are composed of decoupled, independe...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Once your Laravel Translation package has been built, it is time for you to release it and make it available to the world. In this article, we will describe the...
There are a lot of influencers that you need to follow in 2019 who have worked a lot in PHP community and have gained a lot of fame with their remarkable effort...
PS: Im not super familiar with auto-wiring feature of Symfony DI and not really sure if i really need to have this customised ControllerResolver and BaseControl...
First of all, I want to make sure that you know about my intentions. I am not trying to rant about Laravel or why other frameworks might be better. This article...