ceddyg/clara-event

Event manager with full calendar for Clara.

Installs: 153

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:HTML

4.0.0 2020-04-22 17:15 UTC

This package is auto-updated.

Last update: 2024-04-23 02:31:15 UTC


README

Event manager with full calendar for Clara.

Installation

composer require ceddyg/clara-event

Add to your providers in 'config/app.php'

CeddyG\ClaraEvent\EventServiceProvider::class,

Then to publish the files.

php artisan vendor:publish --provider="CeddyG\ClaraEvent\EventServiceProvider"