Skip to content

Commit

Permalink
added screenshots and videos
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Frey <[email protected]>
  • Loading branch information
lukas-frey committed Jul 15, 2024
1 parent 957cab3 commit 863f658
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 3 deletions.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Feature Request
description: Create a feature request
title: "[Request]: "
body:
- type: textarea
id: feature-request
attributes:
label: What feature would you like to add?
description: Please describe the new feature as thoroughly as possible.
validations:
required: true

- type: textarea
id: notes
attributes:
label: Notes
description: Use this field to provide any other notes that you feel might be relevant to the issue.
validations:
required: false
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
build
composer.lock
coverage
docs
phpunit.xml
phpstan.neon
testbench.yaml
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@
This package adds support for vkurko/calendar (free, open-source alternative to FullCalendar) to your FilamentPHP panels.

## Showcase
![Showcase 01](docs/images/showcase_01.png)
![Showcase 02](docs/images/showcase_02.png)

This is where your screenshots and videos should go. Remember to add them, so people see what your plugin does.
<video width="320" height="240" controls>
<source src="https://github.com/GuavaCZ/calendar/raw/main/docs/images/demo_preview.mp4" type="video/mp4">
</video>

## Support us

Expand Down Expand Up @@ -308,10 +312,11 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

## Credits

- [Lukas Frey](https://github.com/GuavaCZ)
- [All Contributors](../../contributors)
- Spatie - Our package calendar is a modified version of [Spatie's Package Calendar](https://github.com/spatie/package-calendar-laravel)
- [vkurko/calendar](https://github.com/vkurko/calendar) - free, open-source alternative to FullCalendar
- [saade/filament-fullcalendar](https://github.com/saade/filament-fullcalendar) - heavy inspiration for this package

## License

Expand Down
Binary file added docs/images/banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/demo_preview.mp4
Binary file not shown.
Binary file added docs/images/resources_screenshot_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/showcase_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/showcase_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file removed test
Empty file.

0 comments on commit 863f658

Please sign in to comment.