Download the PHP package hansvn/laravel-vcalendar without Composer
On this page you can find all versions of the php package hansvn/laravel-vcalendar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-vcalendar
iCalendar Generator for laravel
This package contains an iCalendar file generator for laravel. Created from some code I had lying around.
Usage
Installation
Laravel 5.x:
After updating composer, add the ServiceProvider to the providers array in config/app.php
Hansvn\Vcalendar\ServiceProvider::class,
Add this to your facades:
'VCalendar' => Hansvn\Vcalendar\Facade::class
Laravel 4.x:
After updating composer, add the ServiceProvider to the providers array in config/app.php
'Hansvn\Vcalendar\L4ServiceProvider',
Add this to your facades:
'VCalendar' => 'Hansvn\Vcalendar\L4Facade'
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-vcalendar with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
The package hansvn/laravel-vcalendar contains the following files
Loading the files please wait ....