Latest Laravel/PHP Articles

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


In Laravel 9.8.0, the scalar() method was added that allows you to retrieve the first column of the first row from the query result.
Auth or Auth? Typically in Software development, there's need for some level of security wherever there is data involved. Authentication is the process of ident...
Hello devs, Today we are going to learn about Cache in Laravel and I’ll also be discussing how you can use Cache while making a query to the database.
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.
A Laravel URL Shortener package that provides URL redirects with optionally protected URL passwords, URL expirations, open limits before expiration, the ability...
Laravel creates a Vue admin panel from scratch — Part 7 Continue reading on Dev Genius »
Laravel Code Style is an awesome package that provides automatic code style checking and formatting for Laravel applications and packages. Your code is formatte...
The main difference between my approach and theirs is that they save the code in the database while I rely on the same logic as Laravel Fortify to generate a Ti...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
This could be because some features work in MariaDB, but not in SQLite. Or some bugs appear in MySQL, but not in PostgreSQL. When you're working in a large proj...
Whenever we start building any application. The mailing system does matter a lot because this is what keeps engaging users with the application. So, this is a v...
What is API Resource in Laravel? The best description comes from the official documentation: In other words, it is the class responsible for formatting the data...
In this article, we will see laravel 8 send mail using the queue. Sometimes we can see some processes take more time to load like email send, upload CSV file, c...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
In this post, I am going to explain about login with OTP in LARAVEL 9. After Installing Laravel and Laravel Authentication open code project in code editor & fo...
In this post, I am going to explain about login with OTP in LARAVEL 9. After Installing Laravel and Laravel Authentication open code project in code editor & fo...
Hello everyone, this is my first post on DEV.to. In this post, I will show you how to implement Laravel Sanctum with Socialite in a very basic way. So lets get...
When it comes to application monitoring software, there are some great tools available to make our lives easier. We’ve compiled a list of the very best. No offe...