Latest Laravel/PHP Articles

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


The Laravel logging facilities provide a simple layer on top of the powerful Monolog library. By default, Laravel is configured to create daily log files for yo...
Often times, there comes a sceanrio where you’d want to alter the column through which you’ve setup your query to be sorted from. So, for instance, you’ve the f...
As a member of the Medium Partner Program, I publish almost all of my content on Medium. But recently there’s been a lot of talk in my Twitter network about the...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
I'm far from being wise enough to give advice. This is a post to myself, but I thought I'd share it so maybe someone finds it useful. Don't get angry at people...
Exceptions are really useful when you want to handle some situations which can not be handled gracefully otherwise. So, using exceptions, you can handle certain...

blog.laravel.com

Laravel v7.4.0 released
Certified Laravel | PHP | Magento Developer.

driesvints.com

Blade Heroicons
By far my most favorite addition to Laravel 7 are the new Blade components. There's all kinds of cool things you can do with them so I thought I'd share some of...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
As a full stack developer I know very well the struggle when we forgot about basic things when we are changing between projects with different languages. This a...
Laravel project has many deployment process as you know. The thing is php artisan command run in cpanel. For artisan command we need a command line interface (c...
Sometimes simplicity is best. This is certainly true of TXT format, which can get you out of all sorts of jams with potential incompatibility. Today I’m going t...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
In case you didn't notice, recently I have been working in a secret project called Pest: a delightful PHP Testing Framework with a focus on simplicity. This pro...
When it comes to web design, the look is matters. Every designer wants to make a pleasant looking and usable interface. For this reason, we always search for th...
Domain name validation is actually very easy if you know the right trick. This is especially true if that trick is an API that does all the work for you! We are...
When PHP 7.4 released, it came with a whole lot of features/improvements that makes the language more interesting to work with. The one such feature that I want...