Latest Laravel/PHP Articles

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


In this new series, we’ll be exploring the concept of custom validation rules in Laravel and how they can assist you. I’m posting an article each day with a new...
Seldom there is a situation where we have our project database, but we need to take some external data from another database — for example, using 2 database con...
I wanted to implement a custom fluent interface for responses designed to work with my vue application. Instead of using macros, I wanted to create a wrapper th...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Hello world, everyone! I have a lot of experience in Laravel. There are landing pages, blogs, shops, News portals, and many other sites. And the main problem of...
One of the most common performance issues I’ve seen in Laravel is using Eloquent methods and relationships from Blade, creating unnecessary extra loops and quer...
In some applications, hiding the ID of your Model from the public is a good way to also hide how many of that model you have stored. Okay, look. Imagine that in...
Every web application has a predefined set of users that have different roles and permissions. To verify the users, applications need to have an authentication...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
At Welcm, Friday afternoons are normally personal project time. It’s something our developers enjoy, it keeps the creative juices flowing and we’ve also ended u...
How to destructure arrays in PHP using list or its shorthand notation
Laravel: PHP can be still a popular Divine scripting terminology. This spacious source speech was known because of it's stable and secure. PHP programmers compo...
Designing the layout is an important part of any project. Knowing this, Lavalite comes with Blade templating which generates HTML based smooth designs and templ...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Ever thought of a secure way to encrypt confidential data with a key that can be used to decipher it once needed? I guess so… Well, I was working on a project t...
It is a common thing to delete a model either through user interaction or system clean-up. However, you may also need to delete all other models tied to the mod...
Laravel is packaged with lots of commands to help developers speed up the development process. Some of them include .php artisan serve , php artisan:make modele...
But our team uses Tailwind CSS and we are using Vue.js with Laravel, so it was a little confusing to apply but this is not hard when you are already familiar ho...