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
- Host: GitHub
- URL: https://github.com/g4b0rdev/filament-package-skeleton
- Owner: G4b0rDev
- License: mit
- Created: 2024-11-17T17:53:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-17T19:09:42.000Z (over 1 year ago)
- Last Synced: 2025-02-03T13:12:24.277Z (over 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml.stub
- License: LICENSE.md
Awesome Lists containing this project
README
# :package_description
[](https://packagist.org/packages/:vendor_slug/:package_slug)
[](https://github.com/:vendor_slug/:package_slug/actions/workflows/run-tests.yml)
[](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.