2017 © Pedro Peláez
 

library calendar

Calendar generator with optional events for Laravel

image

aharen/calendar

Calendar generator with optional events for Laravel

  • Monday, September 19, 2016
  • by aharen
  • Repository
  • 1 Watchers
  • 1 Stars
  • 30 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Calendar

Calendar generator with optional events for Laravel, (*1)

Installation

composer require aharen/calendar, (*2)

Configuration

Add aharen\Clendar\CalendarServiceProvider::class to the end of providers in config/app.php, (*3)

Usage

$calendar = new Calendar();
$calendar->month('2016-08')
    ->generate()
    ->withEvents(false);

The method withEvents() when empty or set true will return events with 30 minute interval time array., (*4)

Adding Events to Calendar

There are two methods for adding Events to the calendar., (*5)

  1. addEvent($time, $event)

$time - formatted as H:i or accepts the string all_day eg: $calendar->addEvent('04:30', 'Early morning walk'); $event - accepts a string as your event detail, (*6)

eg:  `$calendar->days['05-08']->addEvent('08:00', 'that cool project goes live');`
  1. addAllDay($event)

$event - accepts a string as your event detail, (*7)

eg: `$calendar->days['05-08']->addAllDay('Sleep all day');`

The Versions

19/09 2016

dev-master

9999999-dev

Calendar generator with optional events for Laravel

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Ahmed Khusaam

laravel calendar events

19/09 2016

v1.0.2

1.0.2.0

Calendar generator with optional events for Laravel

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Ahmed Khusaam

laravel calendar events

25/08 2016

v1.0.1

1.0.1.0

Calendar generator with optional events for Laravel

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Ahmed Khusaam

laravel calendar events

24/08 2016

v1.0

1.0.0.0

Calendar generator with optional events for Laravel

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Ahmed Khusaam

laravel calendar events