laravel-calendar
laravel-calendar copied to clipboard
Flexible Calendar for Laravel 4
In buildBody() the $day (starts with 1) doesn't get counted up for the fill days up until startingDay (1. of month). This results in having those td's all have a...
Any one can say me if this library work on laravel 5 ? and if isn't what is the plan for? Many Thanks.
Your requirements could not be resolved to an installable set of packages. Problem 1 - Conclusion: remove laravel/framework v5.0.33 - Conclusion: don't install laravel/framework v5.0.33 - Conclusion: don't install laravel/framework...
Is there some way to set a end date/time for an event?
In Europe calendars start the week on Monday instead of Sunday. Is it possible to choose this? If not, which part of the code should I look at to change...
Added option choose of the start day of the week Monday or Sunday
Your example array: ``` $events = array( "2014-08-09 10:30:00" => array( "Event 1", "Event 2 with html", ), "2014-08-12 14:12:23" => array( "Event 3", ), "2014-09-14 08:00:00" => array( "Event...