CRUD-Event Calender: Display/Fetch in Laravel (Full-Calender) - Step 2/5

preview_player
Показать описание
Here.. in this Video, its done all about, to Display the Calendar Data or Event Calendar or Full Calendar into your Laravel Project , and work with Adding Event, Edit Event and Delete Event.

Step 1: Installtion

Step 2: Displaying Event

Step 3: Add event

Step 4: Update Event

Step 5: Delete Event
Рекомендации по теме
Комментарии
Автор

Not working. I got error. "Call undefined method

riowaldyindrawan
Автор

i having Class 'Calendar' not found errror help pels

marishetsolomon
Автор

I get this error Non-static method should not be called statically

hassantanveer
Автор

how to make the dates clickable?
scenario:
When the user clicks a button, the date and time will be saved to the database and at that specific date (for example January 1) will be stored at the january 1 in the calendar, when january 1 is clicked, the time by which the user clicked the button will be shown .


is this possible?

zerosandones
Автор

ive got this error, Invalid argument supplied for foreach()
public function addEvents($events, array $customAttributes = [])
{
foreach ($events as $event) {
$this->eventCollection->push($event, $customAttributes);
}

return $this;
}

keylogger
Автор

admin create event perfect, how user select this event click open a pop up and selected after the color of event get red for exemplo. thanks

heyyy
Автор

Hi..why i get error ?? " Undefined row" ?? Can you help me ?

hazaainhaza
Автор

I followed your instructions. Step by step but calendar won't show up other than Header. Please help me. Thank you

melanthonyinot
Автор

Hi, how am I following the course of fullcalendar but I have the following error, I have seen more than 3 times the video I can not find a solution: SQLSTATE[HY000] [1045] Access denied for user 'homestead'@'localhost' (using password: YES) (SQL: select * from `events`)

eliohoyosbarba
Автор

how to display event list under the calendar?

Titan-speakerman-