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

https://github.com/g4b0rdev/filament-package-skeleton

A skeleton repository for creating filamentphp packages
https://github.com/g4b0rdev/filament-package-skeleton

Last synced: about 1 year ago
JSON representation

A skeleton repository for creating filamentphp packages

Awesome Lists containing this project

README

          

# :package_description

[![Latest Version on Packagist](https://img.shields.io/packagist/v/:vendor_slug/:package_slug.svg?style=flat-square)](https://packagist.org/packages/:vendor_slug/:package_slug)
[![Tests](https://img.shields.io/github/actions/workflow/status/:vendor_slug/:package_slug/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/:vendor_slug/:package_slug/actions/workflows/run-tests.yml)
[![Total Downloads](https://img.shields.io/packagist/dt/:vendor_slug/:package_slug.svg?style=flat-square)](https://packagist.org/packages/:vendor_slug/:package_slug)

## Installation

You can install the package via composer:

```bash
composer require {{ VENDOR }}/{{ PACKAGE_NAME }}
```

## Usage

## Testing

```bash
composer test
```

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Contributing

Please see [CONTRIBUTING](https://github.com/:vendor_slug/.github/blob/main/CONTRIBUTING.md) for details.

## Security Vulnerabilities

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

## Credits

- [{{ AUTHOR_NAME }}](https://github.com/{{ AUTHOR_NAME }})
- [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.