Download the PHP package tanthammar/filament-extras without Composer
On this page you can find all versions of the php package tanthammar/filament-extras. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tanthammar/filament-extras
More information about tanthammar/filament-extras
Files in tanthammar/filament-extras
Package filament-extras
Short Description Filament macros, pages, fields, columns and other helpers
License MIT
Homepage https://github.com/tanthammar/filament-extras
Informations about the package filament-extras
Very opinionated Filament extras
In this repository I will add helpers, blade components, fields and columns that I use in my Filament projects. Regard them as a templates for your own apps...
If they get merged into the main Filament repo, they will be removed here!, but then you'll find them there ;)
Might be best to fork this repo so you're in control of changes, or install the dev branch.
I am creating these fields, macros etc to be used in my SaaS, they won't be usable out of the box in your app. Consider them as templates and make them your own.
Screenshots
AddressSection
Disabled field
Todo field
Documentation
There won't be much documentation written, this repository will grow as I add items. Hopefully the source code contains enough hints to use the components. If not, please post a question in the discussions tab.
Requirements
- PHP 8.0|8.1+
- Laravel v9.0+
- Livewire v2.0+
- Filament v2.0+
Installation
Macros
See FilamentExtrasServiceProvider
Blade components
See resources/views/components
Example
Form Fields
See src/Forms
Table Columns
See src/Tables
All versions of filament-extras with dependencies
brick/phonenumber Version ^0.6.0
laravel/framework Version ^10.6 | ^11.0
spatie/laravel-permission Version ^5.5.0
filament/filament Version ^3.2.106
tanthammar/laravel-rules Version dev-main