Download the PHP package t1k3/laravel-calendar-event without Composer
On this page you can find all versions of the php package t1k3/laravel-calendar-event. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download t1k3/laravel-calendar-event
More information about t1k3/laravel-calendar-event
Files in t1k3/laravel-calendar-event
Download t1k3/laravel-calendar-event
More information about t1k3/laravel-calendar-event
Files in t1k3/laravel-calendar-event
Please rate this library. Is it a good library?
Informations about the package laravel-calendar-event
Laravel Calendar Event
Installation
After updating composer, add the ServiceProvider to the providers array in config/app.php
You need publish to the config.
You need to run the migrations for this package.
Usage
Recurring options
- DAY
- WEEK
- MONTH
- YEAR
- NTHWEEKDAY: nth weekday per month, example 2nd Monday
Create CalendarEvent
If you like to attach User
and/or Place
then must have:
- configurate
config/calendar-event.php
- implements
UserInterface
,PlaceInterface
on your Models - you can use
CalendarEventUserTrait
,CalendarEventPlaceTrait
in Models
Edit and Update CalendarEvent
Update CalendarEvent (without data check)
Delete CalendarEvent
Edit and Update not existing CalendarEvent
Update not existing CalendarEvent (without data check)
Delete not existing CalendarEvent
Get (potential) CalendarEvent(s) of month
If the CalendarEvent is not exist then it is append is_not_exists
attribute with true
value
Generate next CalendarEvent(s) from Console
Do NOT forget the Laravel Task Scheduling
- The command run at hourly in schedule
Validation
Do NOT forget the validation
- start_datetime
- end_datetime
How to upgrade Carbon
How to Testing
TODO
- [ ] OCP
- [ ] Name conventions, example:
TemplateCalendarEvent::events()
toTemplateCalendarEvent::calendarEvents()
- [ ] Custom validation rule to date/time diff
Special thanks
All versions of laravel-calendar-event with dependencies
PHP Build Version
Package Version
The package t1k3/laravel-calendar-event contains the following files
Loading the files please wait ....