Download the PHP package r4nkt/laravel-manageable without Composer
On this page you can find all versions of the php package r4nkt/laravel-manageable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download r4nkt/laravel-manageable
More information about r4nkt/laravel-manageable
Files in r4nkt/laravel-manageable
Package laravel-manageable
Short Description Track users who manages models in your Laravel app. (Forked from signifly/laravel-manageable.)
License MIT
Homepage https://github.com/r4nkt/laravel-manageable
Informations about the package laravel-manageable
Track users who manage models in your Laravel app
The r4nkt/laravel-manageable
package allows you to easily track who creates/updates your models.
All you have to do to get started is:
The macro manageable
adds the following to your table:
Likewise, the macro unmanageable
does the following to your table:
Documentation
Until further documentation is provided, please have a look at the tests.
Installation
You can install the package via composer:
The package will automatically register itself.
You can publish the config with:
Testing
Security
If you discover any security issues, please email [email protected] instead of using the issue tracker.
Credits
- Morten Poul Jensen
- All contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-manageable with dependencies
illuminate/database Version ^9.0|^10.0|^11.0
illuminate/support Version ^9.0|^10.0|^11.0