PHPackages                             blairpaul09/calendar - 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. blairpaul09/calendar

ActiveLaravel-library

blairpaul09/calendar
====================

v1.0.0(8mo ago)01MITPHP

Since Aug 15Pushed 8mo agoCompare

[ Source](https://github.com/blairpaul09/calendar)[ Packagist](https://packagist.org/packages/blairpaul09/calendar)[ RSS](/packages/blairpaul09-calendar/feed)WikiDiscussions main Synced 1mo ago

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

Calendar
========

[](#calendar)

A simple Laravel package providing calendar and recurring event features using [`rlanvin/php-rrule`](https://github.com/rlanvin/php-rrule), a lightweight and fast recurrence rules library for PHP (RFC 5545).

Requirements
------------

[](#requirements)

- PHP &gt;= 8.3
- Laravel &gt;= 11
- [`rlanvin/php-rrule`](https://github.com/rlanvin/php-rrule)

Installation
------------

[](#installation)

```
composer require blairpaul09/calendar
```

Publish configuration
---------------------

[](#publish-configuration)

```
php artisan vendor:publish --provider="Calendar\Providers\CalendarServiceProvider"
```

This will publish the config file of the calendar module and the migrations. // config/calendar.php

```
