spork / calendar
The analytics package for Spork
Fund package maintenance!
Ko Fi
austinkregel
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Vue
Requires
- php: >=8.0
Requires (Dev)
- orchestra/testbench: ^7.0
README
Simply add to your spork app through composer!
composer require spork/calendar
Publish your assets
php artisan vendor:publish --provider=Spork\\Calendar\\CalendarServiceProvider
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. That will automatically add the calendar entry to the menu.