Download the PHP package tallesairan/activity-log without Composer
On this page you can find all versions of the php package tallesairan/activity-log. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tallesairan/activity-log
More information about tallesairan/activity-log
Files in tallesairan/activity-log
Package activity-log
Short Description Activity Log for Backpack
License MIT
Homepage https://github.com/backpack/activity-log
Informations about the package activity-log
Activity Log
This package adds a web interface that shows the activity log for projects that use Backpack for Laravel. It relies on Spatie laravel-activitylog
package, if you need further information on how to use it, head to https://spatie.be/docs/laravel-activitylog/.
How does it all work? Well:
- when a change happens to an Eloquent model, the Spatie package will make a note of it in the database;
- this package adds a web interface, so the admin can see the changes (aka activity log);
Preview
Don't belive how simple it is to use? Go ahead, try it right now, in our online demo. Edit some other entities, and check the activity logs page to see the changes.
Installation
Before official release, you need to add this to your
composer.json
'srepositories
section before you can install it, because the package hasn't been submitted to Packagist yet. This step should be removed before official release.{ "type": "vcs", "url": "[email protected]:Laravel-Backpack/activity-log.git" }
In your Laravel + Backpack project:
Usage
Inside all the Models you want to be logged, add the usage of the LogsActivity
Trait:
Customization
TODO: questions to answer:
- What gets logged by default?
- How do you customize what gets logged?
- How do you customize the interface, if needed?
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Antonio Almeida
- Cristian Tabacitu
- All Contributors
License
This project was released under EULA, so you can install it on top of any Backpack & Laravel project. Please see the license file for more information.