Skip to content

Tags: stechstudio/filament-opcache

Tags

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #5 from conorjmurphy/main

Support Carbon v3.

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Filament 3 (#3)

* Add support for Filament 3

* Add support for Filament 3

* Remove config

* Fix use statement

* Show key in table

* Composer packages

* Update composer.json

* Update FilamentOpcacheServiceProvider.php

* widgets display w/o error

* composer dependency changes

- we want an explicit dependency on filament 3
- we do not want an explicit dependency on carbon via illuminate (ties us to laravel version 10)
- removed unnecessary php version requirement... filament already requires 8.1

* update README

* forgot to save

---------

Co-authored-by: Haz <[email protected]>
Co-authored-by: Haz <[email protected]>

v0.2

Toggle v0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update composer.json

Remove specific laravel version constraint

v0.1

Toggle v0.1's commit message
initial release