HOW TO CREATE EVENT CALENDAR IN LARAVEL? PART-3

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/

Rajesh Kumar
Follow me