Latest Laravel/PHP Articles

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


At the end of last year, we announced a preview of the IntelliJ IDEA Ultimate plugin that integrated Apache Zeppelin notebooks into the IDE. Since then, the plu...
A few days ago, while scrolling on twitter, the following tweet raised my attention. In theory, DI is a software engineering technique to build relations betwee...
If you're using ElastiCache with the Encryption In-Transit setting turned on, you'll need to tweak your REDIS_HOST environment variable when connecting with Lar...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
The usual way of validating request attributes in Laravel is by making Illuminate\Support\Facades\Validator instance with your static rules that never change li...
For those who are struggling with CORS policies, here is the solucion. What’s is CORS? CORS stands for Cross-Origin Resource Sharing, is a method that browsers...
Hi all, this is Adi, again with another Laravel post. In one of my recent projects, I had to set up specific subdomain routing within the same Laravel applicati...
v7.13.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Laravel’s routing system is a clean and powerful tool. However, in some cases, we might need to extend its “attribute bag” with some custom value. First of all,...
According to wikipedia The Internet Calendaring and Scheduling Core Object Specification (iCalendar) is a media type which allows users to store and exchange ca...
When you land on Laravel’s website, it claims Laravel to be elegant and expressive, which at least I don’t deny. Working with Laravel is fun and it surely is el...
In TypeScript, you assign types to variables and function parameters to catch type related errors early, even before you run the code. But TypeScript doesn’t wa...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
In the article, we will provide a direct code for retrieving images from the database through a select statement. To retrieve the image from the database, you n...
When I started my career, the first framework I learned was Symfony and soon after I met Laravel. Ultimately Laravel is composed of several Symfony and Zend com...
So, you want to build a PWA/SPA quasar app, have the backend be handled by Laravel, and everything to live in one repo? We’ll do just that in this guide.
Programming is fun. It’s an exercise for your brain – a mental sport. When this sport is held over the internet with contestants challenging each other, it beco...