Latest Laravel/PHP Articles

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


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

medium.com

Laravel Views
Views contain html code that is served by application as response. They are stored in resources/views directory. As laravel uses blade as templating engine. The...
One of the tasks I needed to complete for my Podcast application was showing in the Podcast view the next and previous podcasts from the same show. I mean, we c...
The element will display a clickable button in the browser. It is a generic element which we use mostly in forms. As always, it has a default browser s...