Filament Common, developed by Pelton Solutions, serves as a fundamental utility package for Laravel developers. It provides essential functionalities for packages that share common base interfaces and traits within our ecosystem.
You can install the package via composer using the following command:
composer require peltonsolutions/filament-common
To ensure that filament-common is functioning correctly, you can run the package's tests using:
composer test
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
filament-common is open-sourced software. It's licensed under the MIT license, which is a permissive license allowing the software to be used, modified, and shared.