PHPackages                             skoellen/laravel-occasion-manager - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. skoellen/laravel-occasion-manager

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

skoellen/laravel-occasion-manager
=================================

Manage your events, occasions etc.

1.0.0(6y ago)06MITPHP

Since Apr 29Pushed 6y ago1 watchersCompare

[ Source](https://github.com/skoellen/laravel-occasion-manager)[ Packagist](https://packagist.org/packages/skoellen/laravel-occasion-manager)[ RSS](/packages/skoellen-laravel-occasion-manager/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (2)Used By (0)

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
============

[](#installation)

1. `composer require skoellen/laravel-occasion-manager`
2. `php artisan vendor:publish --provider="Skoellen\LaravelOccasionManager\LaravelOccasionManagerServiceProvider"`
3. Migrate the database `php artisan migrate`

Usage
=====

[](#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:

```
