Latest Laravel/PHP Articles

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


One of the big changes in PHP over the last few years has been that emergence of a relatively common set of code quality standards. One of the common problems t...
· August 27, 2020 · ⋆ Jekyll When I first started blogging using Jekyll, I was using a popular Jekyll theme called jekyll-now. Using the category fron...
I have written about an error topic about two years ago. I want to share with you my observations of how people are working with exceptions — what are the mista...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
I wrote this post to make it easier for you to test your PHP application. The first two tricks are related to the Symfony web framework and functional/integrati...
The second episode of the Laravel Worldwide Meetup happened on the 25th of August. There, I gave a talk about some of the lessons I learned while working with a...
· August 26, 2020 · ⋆ Laravel You know it’s always a good idea to have something at your disposal using which you can improve the performance of your applicati...
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. It's been over a year in the...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
At least, how I did it and you might too. And one of the things that anoys me the most is, images loading in an ‘ugly’ way. You’re casually wandering around the...
Sometimes we want to parse the URL variables of a given route, ie getting the word user from /api/users/{user}. If we have: We get the following, which is not w...
Laravel-Vue-QUploader fast and easiest way to upload files in LaravelVue app using quasar-framework QUploader Create Vue component Laravel route in my case i wi...
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...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
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...