Step 1.Create a Database in phpMyAdmin.
(Write the same name of database which was written in .enf databse name).
Step 2. We use the migrate command to create the column in the database.
$php artisan migrate
Step 3. Create Controller with methods.
On this step, we want to make a new controller for Event Calendar operations in Laravel Application. After creating a controller file we need to define a method and handling function in it.
Store function is used to store the data.
Destroy function is used for delete the data
In Part 4, we will see how to make blade.php file?
Click Here — https://www.devopsschool.com/blog/how-to-create-event-calendar-in-laravel-part-4/
Laravel 5.5 CRUD Tutorial, Introduction And Agenda Overview, Laravel Training Part – 1 DevopsSchool
Latest posts by Rajesh Kumar (see all)
- Implementing Managed IT Services: A Step-by-Step Guide - August 30, 2024
- DevOps Foundation Certification - August 29, 2024
- SRE Foundation Certification - August 29, 2024