Latest Laravel/PHP Articles

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


Typed class properties were added in PHP 7.4 and provide a major improvement to PHP's type system. These changes are fully opt-in and backwards compatible. If y...
TLDR; Download Drivers, Copy to ext, Add to php.ini, Config .env and set port to nullInstall SQL Server and select “SQL Server and Windows Authentication mode”,...
We generally facing issue in implementation of filtering in our controller class. Sometimes we have to filter multiple fields. If we manage everything in Contro...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
One thing I realized was very common to some developers was that sometimes you can be doing something and don’t know what is the process behind everything.
Laravel v5.8.22 is released in 2019/06/12, here are the changes we`ve merged into this release.
At times in the course of a laravel project, it’s necessary to run a certain query more than once. For instance, in a blog project, it is necessary to get all a...
The programming world is growing and evolving. New technologies and tools are constantly emerging, and while some are gaining support and popularity, others are...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
This article takes us through installation and configuration of LDAP and Laravel Passport on a Laravel project. This will enable API authentication with access...
Throttling something in Laravel is not rocket science. You usually want to restrict an action based on a number of attempts inside a time window, like when the...
Application that are critical for the health of your business can’t be monitored manually. If you’re waiting for users to report errors or drawbacks, you’re eff...
There are basically two ways to setup your ownership and permissions. Either you give yourself ownership or you make the webserver the owner of all files.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
As a part of our educational efforts we had decided to attend a Laravel conference for the first time. How was LaraCon Madrid 2019 like? Which talks were the be...
While building PHP applications that grows and grows, you often get to the situation when there is too much code. You get easily lost, duplicate and code smells...
Developing classy internet application is a challenging task and the job profiles are fairly high in this category of development. Developers come up with an in...
Macros in Laravel are something that I think are still not talked about enough in the framework. They’re really power and really useful. I don’t think there’s a...