https://github.com/square-bit/filament-volition
https://github.com/square-bit/filament-volition
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/square-bit/filament-volition
- Owner: square-bit
- License: mit
- Created: 2023-08-18T15:59:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-09T14:01:36.000Z (4 months ago)
- Last Synced: 2026-02-09T18:39:58.354Z (4 months ago)
- Language: PHP
- Size: 58.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# This is my package filament-volition
[](https://packagist.org/packages/square-bit/filament-volition)
[](https://github.com/square-bit/filament-volition/actions?query=workflow%3Arun-tests+branch%3Amain)
[](https://github.com/square-bit/filament-volition/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
[](https://packagist.org/packages/square-bit/filament-volition)
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
## Installation
You can install the package via composer:
```bash
composer require square-bit/filament-volition
```
You can publish and run the migrations with:
```bash
php artisan vendor:publish --tag="filament-volition-migrations"
php artisan migrate
```
You can publish the config file with:
```bash
php artisan vendor:publish --tag="filament-volition-config"
```
This is the contents of the published config file:
```php
return [
];
```
Optionally, you can publish the views using
```bash
php artisan vendor:publish --tag="filament-volition-views"
```
## Usage
```php
$filamentVolition = new Squarebit\FilamentVolition();
echo $filamentVolition->echoPhrase('Hello, Squarebit!');
```
## Testing
```bash
composer test
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Squarebit, Lda](https://github.com/square-bit)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.