whilesmart/eloquent-issues

Manage issues

Maintainers

Package info

github.com/whilesmartphp/eloquent-issues

pkg:composer/whilesmart/eloquent-issues

Statistics

Installs: 14

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-dev 2026-06-10 05:11 UTC

This package is auto-updated.

Last update: 2026-06-10 09:20:28 UTC


README

Latest Version on Packagist GitHub Tests Action Status Total Downloads

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.