Latest Laravel/PHP Articles

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


PHP is on an upward trajectory — the more recent improvements to the language are a testament to this postulate. Preloading — a feature inspired by the Java Hot...
A quick and easy tutorial for creating and developing laravel php packages. Using ascii cats
In Eric Evan’s book Domain Driven Design we are enlightened to the concept use of value objects. Value Objects allow us to express the “values” of things in our...
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.
WHY PHPUnit We wrote a function so how will we check if it works. In php we can write a bunch of echo statements to do that. For example Scenario 1 Consider a p...
Laravel snippet to daily backup schedule. Need some help to backup your database for your laravel application. So here the simplest one snippet for you.
We created a new AWS EC2 AMI Instance and trying to base setup for running a PHP project. So, do not hesitate, let’s go! We need to change FastCGI Unix Socket l...
Put simply, JSend is a specification that lays down some rules for how JSON responses from web servers should be formatted. JSend focuses on application-level (...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
If you use Google, Facebook or another OAuth provider, you might have a difficult time setting up your local environment. That’s because they have some very str...
There are many times we have to write some heavy long-running automated scripts. And when your code runs it executes as a single process. A process can consume...
AWS’s announcement of Lambda Layers means big things for those of us using serverless in production. The creation of set components that can be included with an...
Laravel’s Blade templating engine offers a ton of convenient directives you can use to make your view files beautiful and abstract anything that may be too comp...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Now with the new provider we will create, both the created_at, updated_at, deleted_at (Soft Delete) data will be added automatically. You’ll also be able to aut...
UPDIVISION builds unicorns. Our developers have been through a lot. These are their stories. This one is told by Cristi, one of our senior app crafters. If you’...
Let’s Encrypt has started supporting wildcard certificates using its new ACME2 protocol. So we can have one SSL certificate i.e *.example.com which can be used...
In this tutorial, we will deploy a Laravel application using Docker and Alibaba Cloud Container Service.