Latest Laravel/PHP Articles

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


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...
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...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
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...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
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.

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...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
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-...