Latest Laravel/PHP Articles

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


If you’ve ever worked with JavaScript, you might be well aware of this feature. So basically, from PHP 7.4, you would be able to unpack arrays into another arra...
In this post I’ll speak in details about how I have managed deploy of a web application on my local kubernetes cluster (minikube). This can be considered a good...
Mailing functionality is one of the major functionalities that are essential for the successful running of a software product.
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.
Let’s assume you are using fixtures to populate your test database. Before each test execution, you would have to load fixtures all over again in case previous...
When we’re building a web application, sometimes we need a concept when some users may have different permissions with another user to do something.
We can improve our laravel made website speed by adding snippet into our Linux web hosting’s htacess file. This htaccess file is so powerful for impacting your...
If you’re like me and you prefer to have the freedom to create your applications the way you want, you’ve probably gotten a bit annoyed with the way Laravel ins...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Today, We want to share with you join query in laravel.In this post we will show you PHP MySQL join Database Table, hear for laravel eloquent join 2 tables we w...
Implementing a Dark mode in applications is all the rage these days. And you can provide a toggle to switch between Dark/Light mode to users like the one I’ve i...
I published a new YoutUbe video tutorial with the focus on testing. I will show you how fast a test run and how easy it is to build. With this tutorial I will h...
Send email using PHPMailer with your Gmail account details. M It is very common to send email in web applications. We will see how we can use PHPMailer (third p...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
This article describes a way of implementing Strategy design pattern using a database-based runtime configuration. The approach allows to dynamically (re)config...
PHP vs Ruby. Sooner or later each developer possessed one programming language perfectly, wants to try something new. To do this, he first searches for some new...
If you’ve worked with modern frameworks such as Laravel, you might have seen this keyword ::class be used extensively throughout the application. So, for instan...

divinglaravel.com

Multi-tenancy in Laravel
The video covers switching DB connections at runtime, writing migrations, seeding, and testing. You can watch it here: After the video was posted, one of the co...