Download the PHP package awcodes/filament-extras without Composer
On this page you can find all versions of the php package awcodes/filament-extras. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download awcodes/filament-extras
More information about awcodes/filament-extras
Files in awcodes/filament-extras
Package filament-extras
Short Description This is my package filament-extras
License MIT
Homepage https://github.com/awcodes/filament-extras
Informations about the package filament-extras
A collection of components to extend Filament Admin.
Installation
You can install the package via composer:
Optionally, you can publish the views, assets or translations using:
Theming
If you are using a custom theme for Filament you will need to add this plugin's views to your Tailwind CSS config. Once this is done you may disable the plugin's stylesheet in the config file by changing 'load_styles' to false.
Admin
Fixed Sidebar Layout
Just return it directly from your form function in your model resource.
Forms
Date Input
A native HTML Date input field. Please read the MDN docs for more information about using this field.
Password Generator
All methods from TextInput are available.
Timestamps
Outputs Created At and Updated At information blocks.
Separator
Just outputs a sensible hr to help separate components. Can be styled with the color method using Filament theme colors, 'primary', 'danger', etc or with a HEX value, '#bada55'.
Heading
Just outputs a heading in your forms. Can be styled with the color method using Filament theme colors, 'primary', 'danger', etc or with a HEX value, '#bada55'.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Adam Weston
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-extras with dependencies
filament/filament Version ^2.0
spatie/laravel-package-tools Version ^1.13.5
illuminate/contracts Version ^9.0|^10.0