Latest Laravel/PHP Articles

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


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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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.

stitcher.io

Tests and types
Imagine a simple function: rgbToHex. It takes three arguments, integers between 0 and 255; and converts it to a hexadecimal string. I think we all agree that "p...
In Laravel, you can create a hashed password using Bcrypt. The syntax is: This creates a hashed password. In the controller or model, you can use it. If a user...
One of my partners asked me for support on his personal website. He is not a pro user, meaning that he created a simple website a couple of years ago and relies...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Probably one of the single, most frustrating things for me when it came to setting up Homestead on Windows was not being able to enable SSL/HTTPS. This problem...
PHP machine-readable text Preprocessor could be a server scripting language and a robust tool for creating dynamic and interactive sites. PHP could be a widely-...
Take a look at this link in Laravel 5.8. As you see, there is a bearerToken() method on the Illuminate\Http\Request object, which gets the bearer token from the...
The reason for this tech stack is to ensure a perfect “Separation of Concerns” for frontend and backend development. We can achieve such separation correctly by...