Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fuelviews/sab-hero
Service Area Business Hero Package
https://github.com/fuelviews/sab-hero
Last synced: about 1 month ago
JSON representation
Service Area Business Hero Package
- Host: GitHub
- URL: https://github.com/fuelviews/sab-hero
- Owner: fuelviews
- License: mit
- Created: 2024-10-16T20:45:41.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T17:45:24.000Z (about 2 months ago)
- Last Synced: 2024-11-06T18:36:30.598Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/funding.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Service Area Business Hero Package
[![Latest Version on Packagist](https://img.shields.io/packagist/v/fuelviews/sab-hero.svg?style=flat-square)](https://packagist.org/packages/fuelviews/sab-hero)
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/fuelviews/sab-hero/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/fuelviews/sab-hero/actions?query=workflow%3Arun-tests+branch%3Amain)
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/fuelviews/sab-hero/fix-php-code-style-issues.yml?label=code%20style&style=flat-square)](https://github.com/fuelviews/sab-hero/actions?query=workflow%3A"Fix+PHP+code+style+issues")
[![Total Downloads](https://img.shields.io/packagist/dt/fuelviews/sab-hero.svg?style=flat-square)](https://packagist.org/packages/fuelviews/sab-hero)## Installation
You can install the package via composer:
```bash
composer require fuelviews/sab-hero:^0.0
```You can initialize the package using the installation command:
```bash
php artisan sab-hero:install
```You can force initialize the package using the installation command:
```bash
php artisan sab-hero:install --force
```## Testing
```bash
composer test
```## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Thejmitchener](https://github.com/thejmitchener)
- [Sweatybreeze](https://github.com/sweatybreeze)
- [Fuelviews](https://github.com/fuelviews)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.