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)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024