Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fuelviews/app-init
App Init Package
https://github.com/fuelviews/app-init
Last synced: about 1 month ago
JSON representation
App Init Package
- Host: GitHub
- URL: https://github.com/fuelviews/app-init
- Owner: fuelviews
- License: mit
- Created: 2024-10-22T21:30:03.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T20:04:57.000Z (about 2 months ago)
- Last Synced: 2024-11-11T21:18:47.056Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 177 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/funding.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# App Init Package
[![Latest Version on Packagist](https://img.shields.io/packagist/v/fuelviews/app-init.svg?style=flat-square)](https://packagist.org/packages/fuelviews/app-init)
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/fuelviews/app-init/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/fuelviews/app-init/actions?query=workflow%3Arun-tests+branch%3Amain)
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/fuelviews/app-init/fix-php-code-style-issues.yml?label=code%20style&style=flat-square)](https://github.com/fuelviews/app-init/actions?query=workflow%3A"Fix+PHP+code+style+issues")
[![Total Downloads](https://img.shields.io/packagist/dt/fuelviews/app-init.svg?style=flat-square)](https://packagist.org/packages/fuelviews/app-init)## Installation
You can install the package via composer:
```bash
composer require --dev fuelviews/app-init
```You can initialize the package using the installation command:
```bash
php artisan app-init:install
```You can force initialize the package using the installation command:
```bash
php artisan app-init: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)
- [Fuelviews](https://github.com/fuelviews)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.