wiserwebsolutions/filament-extras

This is my package filament-extras

dev-main 2024-04-15 16:21 UTC

This package is auto-updated.

Last update: 2024-04-15 16:22:05 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This is a package withs some "missing" features from the standard filament package. It is very much in development but probably can be used in production. Be careful or whatever.

Installation

You can install the package via composer:

composer require wiserwebsolutions/filament-extras

You can publish and run the migrations with:

php artisan vendor:publish --tag="filament-extras-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="filament-extras-config"

Optionally, you can publish the views using

php artisan vendor:publish --tag="filament-extras-views"

This is the contents of the published config file:

return [
];

Usage

$filamentExtras = new FilamentExtras\FilamentExtras();
echo $filamentExtras->echoPhrase('Hello, FilamentExtras!');

Testing

composer test

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

License

The MIT License (MIT). Please see License File for more information.