Latest Laravel/PHP Articles

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


Laravel GraphQL is a implementation of GraphQL with PHP for Laravel. Very easy to install and use. So the plan in this post is to create langs query and see it...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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...