Latest Laravel/PHP Articles

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


In this post I’m going to set up the enviroment to test the queries and mutations, and test the langs query. It's the same query created in the previous post Ba...
Autoload class, the corresponding instruction is “classmap”. Autoload file(functions),directive is “file”. 3. PSR4, use namespace automatically load fu...
This article will outline how to lazy load (dynamically load) VueJS Single File Components When making large sites that utilize lots of components by default th...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
I am currently working a on a Laravel project that is using image intervention to handle image resizing. I was battling with this damn issue of my images resizi...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...