Latest Laravel/PHP Articles

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


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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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...