Download the PHP package starfolksoftware/redo without Composer
On this page you can find all versions of the php package starfolksoftware/redo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download starfolksoftware/redo
More information about starfolksoftware/redo
Files in starfolksoftware/redo
Package redo
Short Description Make calendar events recurrable in your Laravel applications
License MIT
Homepage https://github.com/starfolksoftware/redo
Informations about the package redo
Laravel Redo
Make calendar events recurrable in your Laravel applications.
Installation
You can install the package via composer:
To install the package, run the following command:
Configurations
To disable migrations, add the following in the service provider:
To use a different Recurrence
model:
To specify the timezone Redo should use:
To specify the recurrences table name,
To turn on support for soft deletiong,
To turn on support for teams
Usage
To make a model recur, add the Recurs
trait as in the following:
To create a recurrence on a recur model,
To update a model's recurrence,
To pause a model's recurrence,
To check if a model's recurrence is active,
To return recurrences
of a model,
To setup the team support, add the TeamHasRecurrences
trait to the team model,
To create a recurrence for a team,
To fetch recurrences of a team,
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please recurrence our security policy on how to report security vulnerabilities.
Credits
- Faruk Nasir
- All Contributors
License
The MIT License (MIT). Please see License File for more information.