Download the PHP package skoellen/laravel-occasion-manager without Composer
On this page you can find all versions of the php package skoellen/laravel-occasion-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download skoellen/laravel-occasion-manager
More information about skoellen/laravel-occasion-manager
Files in skoellen/laravel-occasion-manager
Download skoellen/laravel-occasion-manager
More information about skoellen/laravel-occasion-manager
Files in skoellen/laravel-occasion-manager
Vendor skoellen
Package laravel-occasion-manager
Short Description Manage your events, occasions etc.
License MIT
Package laravel-occasion-manager
Short Description Manage your events, occasions etc.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-occasion-manager
Laravel Occasion Manager
This package helps to manage events or occasions. It is not heavily maintained, but fork it if you wish.
Installation
-
composer require skoellen/laravel-occasion-manager
-
php artisan vendor:publish --provider="Skoellen\LaravelOccasionManager\LaravelOccasionManagerServiceProvider"
- Migrate the database
php artisan migrate
Usage
Create occasions with Occasion
You can add the HasOccasions
trait to a model which should be associated and can have occasions. E.g. your user model:
All versions of laravel-occasion-manager with dependencies
PHP Build Version
Package Version
No informations.
The package skoellen/laravel-occasion-manager contains the following files
Loading the files please wait ....