Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/konnco/filament-seeder


https://github.com/konnco/filament-seeder

Last synced: 6 days ago
JSON representation

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.