Latest Laravel/PHP Articles

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


In case you didn't notice, recently I have been working in a secret project called Pest: an elegant PHP Testing Framework with a focus on simplicity. Check out...
Very often you find yourself in situations where you need to make your data pass some kind of checks or filters before doing something with them. This post show...
The installation is straight forward. Just get the CSS and JS of Quill and import in the page you need. Since I only use in two places of the application. I use...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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.
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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...
This article describes a way of implementing Strategy design pattern using a database-based runtime configuration. The approach allows to dynamically (re)config...