PHPackages                             codetech/laravel-loggable - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. codetech/laravel-loggable

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

codetech/laravel-loggable
=========================

Laravel package for handling publishable resources.

v0.0.1-beta(6y ago)04MITPHPPHP ^7.2

Since Apr 14Pushed 4y ago1 watchersCompare

[ Source](https://github.com/CodeTechAgency/laravel-loggable)[ Packagist](https://packagist.org/packages/codetech/laravel-loggable)[ RSS](/packages/codetech-laravel-loggable/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

[![laravel-loggable-repo-banner](https://user-images.githubusercontent.com/17640929/161713530-72a60c45-68ae-4d9c-8e4c-6cc8657d9bae.jpg)](https://user-images.githubusercontent.com/17640929/161713530-72a60c45-68ae-4d9c-8e4c-6cc8657d9bae.jpg)

Laravel Loggable
================

[](#laravel-loggable)

Laravel package to log CRUD operations.

Installation
------------

[](#installation)

Add the package to your Laravel app using composer

```
composer require codetech/laravel-loggable

```

### Service Provider

[](#service-provider)

Register the package's service provider in config/app.php. In Laravel versions 5.5 and beyond, this step can be skipped if package auto-discovery is enabled.

```
'providers' => [

    ...
    CodeTech\Loggable\Providers\LoggableServiceProvider::class,
    ...

];

```

### Migrations

[](#migrations)

Execute the next Artisan command to run the migrations.

```
php artisan migrate

```

Usage
-----

[](#usage)

To start logging CRUD operations simply use the trait on your models.

```
class Post extends Model
{
    use Loggable;

    ...

```

---

License
-------

[](#license)

**codetech/laravel-loggable** is open-sourced software licensed under the [MIT license](https://github.com/CodeTechPt/laravel-loggable/blob/master/LICENSE).

About CodeTech
--------------

[](#about-codetech)

[CodeTech](https://www.codetech.pt) is a web development agency based on Matosinhos, Portugal. Oh, and we LOVE Laravel!

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2217d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6adaef8b30d5d0dee7bc2484fd9b0a9ad33e38afb78fc5d18d79d6239c811c76?d=identicon)[jfrosorio](/maintainers/jfrosorio)

---

Top Contributors

[![jfrosorio](https://avatars.githubusercontent.com/u/17640929?v=4)](https://github.com/jfrosorio "jfrosorio (5 commits)")

---

Tags

crudeloquentlaravellaravel-loggablelaravel-packagelogginglaravelloggingcrudcodetechlaravel-loggable

### Embed Badge

![Health badge](/badges/codetech-laravel-loggable/health.svg)

```
[![Health](https://phpackages.com/badges/codetech-laravel-loggable/health.svg)](https://phpackages.com/packages/codetech-laravel-loggable)
```

###  Alternatives

[hosmelq/laravel-logsnag

Integrate the power of LogSnag's real-time event tracking into your Laravel application.

237.9k](/packages/hosmelq-laravel-logsnag)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
