Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aurorawebsoftware/acalendar
The Laravel ACalendar package is designed to enrich Laravel applications with advanced event management capabilities. It allows developers to seamlessly integrate event functionalities into Eloquent models, manage event occurrences, and handle repeating events with ease.
https://github.com/aurorawebsoftware/acalendar
calendar calendar-view events laravel
Last synced: about 1 month ago
JSON representation
The Laravel ACalendar package is designed to enrich Laravel applications with advanced event management capabilities. It allows developers to seamlessly integrate event functionalities into Eloquent models, manage event occurrences, and handle repeating events with ease.
- Host: GitHub
- URL: https://github.com/aurorawebsoftware/acalendar
- Owner: AuroraWebSoftware
- License: mit
- Created: 2023-07-29T13:12:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-16T14:16:31.000Z (5 months ago)
- Last Synced: 2024-11-24T19:39:23.612Z (about 1 month ago)
- Topics: calendar, calendar-view, events, laravel
- Language: PHP
- Homepage:
- Size: 77.1 KB
- Stars: 24
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-development.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Development Documentation
## Docker Compose```
docker-compose up -d
```## Running Pest
```
composer test
```## Running Pint
```
./vendor/bin/pint
```## Running Phpstan
```
./vendor/bin/phpstan analyse
```