maddhatter / laravel-fullcalendar

Laravel FullCalendar.io Helper
627 stars 267 forks source link

Calendar Header not display #57

Open tskkh opened 7 years ago

tskkh commented 7 years ago

Hi, Thanks for the nice package.

I've followed your document, I set some events only. The view render but there is no header for calendar such as : next,prev ,....

I saw the fullcalendar script render with these options, so I cannot figure out the problem. Please help.

mrdavidhsieh commented 7 years ago

Do this in the file laravel\vendor\maddhatter\laravel-fullcalendar\src\MaddHatter\LaravelFullcalendar\Calendar.php, find this part and add what you need in it 'header' => [ 'left' => 'prev,next today', 'center' => 'title', 'right' => 'month,agendaWeek,agendaDay,listMonth', ],

I'm using laravel 5.4