Latest Laravel/PHP Articles

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


Hi, I’m Valerio Barbera, software engineer, founder and CTO at Inspector. Data validation is one of the fundamental features in any application and it is someth...
Today I will talk about an article I found that was recently published in which I found the use of the geocodio library package, which has information and featu...
Laravel Printing allows your application to directly send PDF documents or raw text directly from a remote server to a printer on your local network.
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
I found this wonderful relatively old resource https://www.youtube.com/watch?v=NUYqjdmsIj8 that talks about some tips that will make your code short and better,...
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. Start your free 14-day trial...
In this post, I will share how to implement Laravel 8, 9 custom auth login and registration with username or email.
Nowadays, most people use mobile apps to visit websites. By using PWA, you can generate more traffic on the website. PWA stands for a Progressive Web Applicatio...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
In Part-18 of the Laravel 9 Tutorial to create a Multi-Vendor E-commerce Website in Laravel, we will continue working on vendors settings in which we will add t...
This is a friendly introduction to Laravel 9 API authentication using JWT. In this tutorial we will learn how to use JSON Web Token (JWT) to secure REST APIs in...
This article was originally written by Geshan Manandhar on the Honeybadger Developer Blog. In the past 5 years, both Docker and Laravel have exploded in popular...
There are mainly three kinds of caches in Laravel that you need to clear all the related junk files and optimize the performance of the application. Here are al...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. Start your free 14-day trial...
In Part-17 of the Laravel 9 Tutorial to create a Multi-Vendor E-commerce Website in Laravel, we will continue working on vendors settings in which we will add t...
Command Bus is a very powerful pattern, which can help you in decoupling your application modules. You can in an easy way separate small actions, and trigger th...

www.amitmerchant.com

Console Logging the Right Way
Haters gonna hate and call you uncultured but when it comes to debugging, doing console.log() is one of best the best ways of all time. Period. Well! sort of! C...