Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```