Laravel tutorial on how to add multiple languages in Laravel 11. Add multi-language support for your website using Laravel Localization.
Laravel Tutorial: easily generate and download CSV files without using any package. Create downloadable CSV files in Laravel in minutes with MySQL.
Develop a Laravel custom authentication system. This includes Laravel login and registration, change password, forgot password and email verification.
Learn Laravel CRUD with image upload, validation and image preview before upload in this step-by-step tutorial for building secure and dynamic web apps.
Submit form with Ajax in Laravel without page reload. This Laravel tutorial shows how to insert data into database with form validation in Laravel.
Learn how to use Laravel Factory and Seeder with step-by-step examples. This tutorial shows how to create dummy data and seed your database Laravel Web development.
Send mail in Laravel using Mailtrap. See the example of how to send mail in Laravel for testing. Set up Laravel mail configuration in env file.
Create multiple database connections in Laravel to migrate data. Configure multiple database connections in Laravel in your project with source code.
Laravel use same form for create and update. Develop an application to show Laravel form reuse for edit and create with MySQL database.