Latest Laravel/PHP Articles

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


In this post, I will share how to only accept images or specific extensions using HTML. Using this method will help to add extra checking before uploading image...
In this short post, I'm sharing how to download files in Laravel 8. If have a project like an online digital shop in which users can download files after they p...
In this post, I will share a short solution on how to determine the file size on uploaded files in Laravel 8. Sometimes we need to check first the user file upl...
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 post, I'm sharing how to get the client mime type on the uploaded file in Laravel 8? Sometimes we need to determine if what is the mime type of your upl...
In my previous post, I share how to download files in Laravel. Now I will share how to delete your file after downloading. Luckily Laravel 8 already provided a...
In this post, I will be going to share how to implement a simple Laravel 8 file upload with a database implementation. We will save the generated file name base...
In this post, I will share a simple example of how to get the user ID of the authenticated user in Laravel 8. Using the auth() helper function or Auth class in...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
In this post, I will share how to create simple custom validation rules on Laravel 8. Laravel provides out-of-box validations that help to fast our web applicat...
In my previous post, I shared about Laravel 8 email verification but the problem from that when registering an account is too low because we are not using queue...
In this simple post, I will share with you how to change the Laravel default redirect URL when not authenticated or not log in? The default Laravel installation...
In this post, I will show you how to implement email verification to your Laravel 8 project. Since we have authentication already we need to verify the given em...
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.
In my previous post, we implement the authentication, now we will talk about Laravel auth logout. Logout is one of the important functionality to implement in a...
In this post, if you are using Nwidart Laravel Modules for your Laravel Project and you want to combine the modules assets to the public into one using Laravel...
In this post, I will show you how to add or implement a remember me function to your Laravel login or authentication.
In this post, I will share with you how to implement a remember me function with custom time expiration to your Laravel login. In my previous post I share about...