Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wendelladriel/laravel-virtue
Extend the Laravel Framework with a collection of attributes
https://github.com/wendelladriel/laravel-virtue
attributes configuration extend laravel laravel-framework laravel-package metadata
Last synced: 3 months ago
JSON representation
Extend the Laravel Framework with a collection of attributes
- Host: GitHub
- URL: https://github.com/wendelladriel/laravel-virtue
- Owner: WendellAdriel
- License: mit
- Created: 2024-05-06T09:23:40.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-11T10:40:58.000Z (9 months ago)
- Last Synced: 2024-10-04T12:45:14.157Z (4 months ago)
- Topics: attributes, configuration, extend, laravel, laravel-framework, laravel-package, metadata
- Language: PHP
- Homepage: https://wendell-adriel.gitbook.io/laravel-virtue
- Size: 238 KB
- Stars: 31
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Virtue
Extend the Laravel Framework with a collection of attributes
**Virtue** is a package that extends the Laravel Framework by providing a collection of attributes that you can use to
configure and extend the built-in classes of the framework.The focus of the package is to bring the power of the PHP 8 attributes to improve the DX on how to configure and extend
your Laravel applications.## Documentation
[![Docs Button]][Docs Link] [![DocsRepo Button]][DocsRepo Link]## Installation
```bash
composer require wendelladriel/laravel-virtue
```## Credits
- [Wendell Adriel](https://github.com/WendellAdriel)
- [All Contributors](../../contributors)## Contributing
Check the **[Contributing Guide](CONTRIBUTING.md)**.
[Docs Button]: https://img.shields.io/badge/Website-B30E2E?style=for-the-badge&logoColor=white&logo=GitBook
[Docs Link]: https://wendell-adriel.gitbook.io/laravel-virtue/
[DocsRepo Button]: https://img.shields.io/badge/Repository-3884FF?style=for-the-badge&logoColor=white&logo=GitBook
[DocsRepo Link]: https://github.com/WendellAdriel/laravel-virtue-docs