whilesmart / eloquent-issues
Manage issues
dev-dev
2026-06-10 05:11 UTC
Requires
- php: ^8.4
- laravel/framework: ^12.0
- whilesmart/eloquent-files: ^1.0
Requires (Dev)
- fakerphp/faker: ^1.24
- larastan/larastan: ^3.0
- laravel/pint: ^1.22
- nunomaduro/collision: ^8.8
- orchestra/testbench: ^10.4
- phpmd/phpmd: @stable
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^11.0
- squizlabs/php_codesniffer: ^4.0
- zircote/swagger-php: ^5.1
This package is auto-updated.
Last update: 2026-06-10 09:20:28 UTC
README
Installation
You can install the package via composer:
composer require whilesmart/eloquent-issues
You should publish and run the migrations with:
php artisan vendor:publish --tag="issues-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --tag="issues-config"
Usage
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.