https://github.com/whilesmartphp/eloquent-issues
https://github.com/whilesmartphp/eloquent-issues
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/whilesmartphp/eloquent-issues
- Owner: whilesmartphp
- License: mit
- Created: 2026-06-07T23:38:21.000Z (about 2 months ago)
- Default Branch: dev
- Last Pushed: 2026-06-09T05:00:26.000Z (about 2 months ago)
- Last Synced: 2026-06-09T07:05:11.576Z (about 2 months ago)
- Language: PHP
- Size: 49.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Eloquent Issues
[](https://packagist.org/packages/whilesmart/issues)
[](https://github.com/whilesmart/eloquent-issues/actions?query=workflow%3Atests+branch%3Amain)
[](https://packagist.org/packages/whilesmart/issues)
## Installation
You can install the package via composer:
```bash
composer require whilesmart/eloquent-issues
```
You should publish and run the migrations with:
```bash
php artisan vendor:publish --tag="issues-migrations"
php artisan migrate
```
You can publish the config file with:
```bash
php artisan vendor:publish --tag="issues-config"
```
## Usage
## Testing
```bash
composer test
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.