Laravel Tutorial: easily generate and download CSV files without using any package. Create downloadable CSV files in Laravel in minutes with MySQL.
Submit form with Ajax in Laravel without page reload. This Laravel tutorial shows how to insert data into database with form validation in Laravel.
Laravel use same form for create and update. Develop an application to show Laravel form reuse for edit and create with MySQL database.
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.
Implement soft delete in Laravel. Temporarily delete and restore data using Laravel Eloquent soft delete
Create multiple database connections in Laravel to migrate data. Configure multiple database connections in Laravel in your project with source code.
Laravel how to create Multi Language website tutorial and manage multilingual content in Laravel. Create dynamic multilingual site easily.
Laravel application to insert, update and delete (CRUD) in MySQL database. Use image preview and upload along with this to store image in MySQL database
Create a custom artisan command in Laravel and execute it from the command line to run a controller method. use Laravel create command example.