Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/konnco/filament-seeder
https://github.com/konnco/filament-seeder
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/konnco/filament-seeder
- Owner: konnco
- Created: 2022-09-08T06:24:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-17T09:21:55.000Z (over 1 year ago)
- Last Synced: 2024-12-10T10:42:43.530Z (26 days ago)
- Language: PHP
- Size: 51.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Filament Seeder - Run the factory seeder from your dashboard
[![Latest Version on Packagist](https://img.shields.io/packagist/v/konnco/filament-seeder.svg?style=flat-square)](https://packagist.org/packages/konnco/filament-seeder)
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/konnco/filament-seeder/run-tests?label=tests)](https://github.com/konnco/filament-seeder/actions?query=workflow%3Arun-tests+branch%3Amain)
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/konnco/filament-seeder/Check%20&%20fix%20styling?label=code%20style)](https://github.com/konnco/filament-seeder/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/konnco/filament-seeder.svg?style=flat-square)](https://packagist.org/packages/konnco/filament-seeder)## Installation
You can install the package via Composer:
```bash
composer require konnco/filament-seeder --dev
```Optionally, you can publish the views using
```bash
php artisan vendor:publish --tag="filament-seeder-config"
```## Usage
This package will automatically register the Tools inside your panel.
## Testing
```bash
composer test
```## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Ryan Chandler](https://github.com/konnco)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.