Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 358 Bytes

readme.md

File metadata and controls

17 lines (11 loc) · 358 Bytes

Reminders

A Spork Plugin

composer require spork/reminders

Publish your assets

php artisan vendor:publish --provider=Spork\Reminders\\SporkServiceProvider

You'll need to run artisan migrate to ensure your database gets the new repeating events schema

Lastly, register the Service Provider in your Spork App's config/app.php file.