Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zingimmick/laravel-eloquent-blameable

Track the creator and updater for Laravel eloquent
https://github.com/zingimmick/laravel-eloquent-blameable

blameable eloquent laravel

Last synced: about 2 months ago
JSON representation

Track the creator and updater for Laravel eloquent

Awesome Lists containing this project

README

        

# Laravel Eloquent Blameable

[![Latest Stable Version](https://poser.pugx.org/zing/laravel-eloquent-blameable/v/stable.svg)](https://packagist.org/packages/zing/laravel-eloquent-blameable)
[![Total Downloads](https://poser.pugx.org/zing/laravel-eloquent-blameable/downloads)](https://packagist.org/packages/zing/laravel-eloquent-blameable)
[![Latest Unstable Version](https://poser.pugx.org/zing/laravel-eloquent-blameable/v/unstable.svg)](https://packagist.org/packages/zing/laravel-eloquent-blameable)
[![License](https://poser.pugx.org/zing/laravel-eloquent-blameable/license)](https://packagist.org/packages/zing/laravel-eloquent-blameable)

### Requirements

- [PHP 8.0+](https://php.net/releases/)
- [Composer](https://getcomposer.org)
- [Laravel 8.0+](https://laravel.com/docs/releases)

Require Laravel Eloquent Blameable using [Composer](https://getcomposer.org):

```bash
composer require zing/laravel-eloquent-blameable
```

## Usage

```php