├── .styleci.yml ├── CHANGELOG.md ├── LICENSE.md ├── README.md ├── composer.json ├── config └── manageable.php └── src ├── Manageable.php └── ManageableServiceProvider.php /.styleci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/signifly/laravel-manageable/HEAD/.styleci.yml -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/signifly/laravel-manageable/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/signifly/laravel-manageable/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/signifly/laravel-manageable/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/signifly/laravel-manageable/HEAD/composer.json -------------------------------------------------------------------------------- /config/manageable.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/signifly/laravel-manageable/HEAD/config/manageable.php -------------------------------------------------------------------------------- /src/Manageable.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/signifly/laravel-manageable/HEAD/src/Manageable.php -------------------------------------------------------------------------------- /src/ManageableServiceProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/signifly/laravel-manageable/HEAD/src/ManageableServiceProvider.php --------------------------------------------------------------------------------