Latest Laravel/PHP Articles

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


Databases are the fundamental part of any app. You need a database to be able to store and retrieve information about certain things or people. But, there comes...
Databases are the fundamental part of any app. You need a database to be able to store and retrieve information about certain things or people. But, there comes...
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...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
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...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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...