Latest Laravel/PHP Articles

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


Due to the web's ever-increasing prominence as a platform, the building of websites has become an absolute need for the continued expansion of businesses.
http://tailwindcss.com is a popular utility-first CSS framework, which makes it easier to design your websites. In this article, I will cover how we can create...
We do use middleware in Laravel to make sure authenticated user can access the application. Middleware works like a guard that helps to identify the user. We ca...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
In this section we will see how to use carousel slider in laravel 9 with tailwind css. For this tutorial we will see static slider, dynamic slider with laravel...
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...
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.
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...