Latest Laravel/PHP Articles

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


Here is the least of basic functionality one need, based on each page when he wants to launch a website like Flipkart: The development of Home page will have be...
A couple of days ago, a new version of Leaf PHP titled Lucky Charm was released. Lucky Charm packed up some new features, bug fixes from previous versions and a...
Writing test is tricky sometimes, one of the feature I like from laravel is is integration with unit test with run smoothly. ok lets pretend we have this code i...
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.
To calculate the difference between two dates in years, months and daysin PHP, we have to use three functions Read Here, strtotime, floor and abs functions in P...
composer require league/flysystem-aws-s3-v3 Go to your app filesystem and added s3 storage ‘s3’ => [‘driver’ => ‘s3’,‘key’ => env(‘AWS_KEY’),‘secret’ => env(‘AW...
With Laravel 8 coming soon, today I am glad to announce the release of Collision v5.0. In case you don't know, Collision is the package used by Laravel to give...
Wanting a programming language to be dead is quite different from it actually being dead. In this post we take a look at recent PHP statistics to expla...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Dealing with large data often we required to compress/decompress the data to reduce some bandwidth on client-server communications. Mostly to avoid large respon...
How often have your clients complained to you about not being able to see the new changes you have made to their website? For example, perhaps I’ve just updated...
No, I’m not kidding — they work hard to create systems that help them avoid more work in the future. And there are quite extreme examples now — we don’t need to...
The inclusive design is a broad topic that contains universal design and digital accessibility too. For me learning about universal design is an excellent addit...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
When you deploy your application with new code or different configurations, workers running on your servers need to be informed about the changes. Since workers...
Over the years, Laravel file uploads have gotten so simple that most of the time they just work. However there are some issues that can pop up when dealing serv...
I know you’ve already read the news that PHP 8 is coming in November 2020! You’ve probably read tons of articles that list the new features in this version. I’v...
Indeed, some pages of this website need to offer some features that need to be dynamic and asynchronous. As I did not find a lot of information on the Internet...