Disclaimer: All links to the "Mastering Laravel Validation Rules" ebook on this page are affiliate links. This means that if you buy the book after clicking on...
PHP & Laravel devs.Have you ever thought how does the https://laravel.com/docs/9.x/facades static class call works with a method chaining. Let see a code exampl...
When you are working with laravel applications you may need to track users online activity such as are they currently logged in or not or how many user's are cu...
In this tutorial, we will learn how to create a Chart.js component in Alpine.js, a lightweight JavaScript framework that allows you to bind dynamic data to HTML...
Hello Artisans! This article goes into detail on How to change the public folder name of your Laravel application. I’m going to show you How we can change the l...
Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
https://dev.to/ilham_s if you want to auto reload the page every time your project file change you can use browserSync #prerequisite Prerequisite in this method...
This should tell that version of PHP to send ANY email via /opt/homebrew/bin/mailhog sendmail which should end up in the Mailhog UI at http://127.0.0.1:8025. An...
Table of Contents: What is Equitable Design? Equitable design approaches design problems with consideration for people who have historically or systemically bee...
There are many additional features that come with HTML5 such as the HTML5 attribute placeholder and required. In this article, we will look at some of the new H...
Let’s set aside all practical concerns for a moment — it’s Christmas, after all. If you could choose — freely choose: what would you change about PHP? Would you...
https://dev.to/thiagomrvieira #the-scenario The scenario It’s not rare to start working on a project and need to deal with god classes controllers. Who...
In PHP, serialization is the process of converting a data structure or object into a string representation that can be stored or transmitted. This allows you to...