Skip to content

Commit

Permalink
Update branch
Browse files Browse the repository at this point in the history
  • Loading branch information
skecskes committed Oct 13, 2015
1 parent 50202cd commit 0b3ff00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Laravel 4 Calendar
Laravel 5 Calendar
==================

Flexible Calendar for Laravel 4, supports Month, Week and Day Views and multiple events per date.
Flexible Calendar for Laravel 5, supports Month, Week and Day Views and multiple events per date.

To change the view type dynamically, pass in a GET variable called 'cv' (calendar view) with either a 'week' or 'day' value. Day and Week views are split into 30 minute interval rows.

Install:

Add this to "require" in composer.json:

"makzumi/calendar": "dev-master"
"makzumi/calendar": "dev-laravel5"

After that run a composer update, then in app.php add:

Expand Down

0 comments on commit 0b3ff00

Please sign in to comment.