Latest Laravel/PHP Articles

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


Laravel's authorization mo dule gives you the skeleton to implement robust authorization logic in your app, with two choices: Gates and Policies. Spatie Laravel...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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.
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...