Latest Laravel/PHP Articles

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


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...
This article takes us through installation and configuration of LDAP and Laravel Passport on a Laravel project. This will enable API authentication with access...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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.
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
Here’s a brief little cool thing I set out to figure out while world-building my new brand site/webapp. Basically, I have “Tasks” that accepts a string that cou...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
PHP latest version 7.0 is going to be begun in the market with its impressive and amazing performance. 98% PHP websites are built of PHP V5. Even though, the ne...
Larastan was created by, and is maintained by Nuno Maduro, and is a Phpstan wrapper for Laravel. Larastan focuses on finding errors in your code without actuall...
I’m thrilled to announce the release of Laravel Zero 5.6. On this article, I will show you some highlights of this brand new version. Laravel Zero is unofficia...
The task is to create a Jenkins Scripted Pipeline job to run PHPUnit with our PHP-based backend unit-tests. To run PHPUnit Codeception will be used.