PHPackages                             dutchcodingcompany/laravel-notes - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. dutchcodingcompany/laravel-notes

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

dutchcodingcompany/laravel-notes
================================

Laravel model notes.

1.1.0(4y ago)1203MITPHPPHP &gt;=7.4.0

Since Jan 14Pushed 4y ago3 watchersCompare

[ Source](https://github.com/DutchCodingCompany/laravel-notes)[ Packagist](https://packagist.org/packages/dutchcodingcompany/laravel-notes)[ RSS](/packages/dutchcodingcompany-laravel-notes/feed)WikiDiscussions master Synced 1mo ago

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

Laravel Notes
=============

[](#laravel-notes)

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

[](#installation)

You can install the package via composer:

```
composer require dutchcodingcompany/laravel-notes

```

Then publish the package migrations, configuration files and resources.

```
php artisan vendor:publish --provider=DutchCodingCompany\Notes\NoteServiceProvider

```

Then execute the migrations.

```
php artisan migrate

```

Configuration
-------------

[](#configuration)

You may change the note model that is used by changing the `table` or `model` in the `notes.php` config.

```
'table' => 'notes',

'model' => \App\Models\Note::class,

```

Usage
-----

[](#usage)

Add the `HasNotes` interface and trait to the model.

```
use DutchCodingCompany\Notes\Concerns\HasNotes;
use DutchCodingCompany\Notes\Contracts\HasNotes as HasNotesContract;

class Post extends Model implements HasNotesContract
{
    use HasNotes;

    // ...
}
```

Credits
-------

[](#credits)

- [Bjorn Voesten](https://github.com/bjornvoesten)
- [Dutch Coding Company](https://github.com/dutchcodingcompany)
- [All contributors](https://github.com/dutchcodingcompany/csv-collection/graphs/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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

Every ~201 days

Total

3

Last Release

1545d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/100052?v=4)[Tom Janssen](/maintainers/dododedodonl)[@dododedodonl](https://github.com/dododedodonl)

![](https://avatars.githubusercontent.com/u/10741416?v=4)[Bjorn Voesten](/maintainers/bjornvoesten)[@bjornvoesten](https://github.com/bjornvoesten)

---

Top Contributors

[![bjorn-dcc](https://avatars.githubusercontent.com/u/106660058?v=4)](https://github.com/bjorn-dcc "bjorn-dcc (2 commits)")[![dododedodonl](https://avatars.githubusercontent.com/u/100052?v=4)](https://github.com/dododedodonl "dododedodonl (1 commits)")

---

Tags

laravelnotes

### Embed Badge

![Health badge](/badges/dutchcodingcompany-laravel-notes/health.svg)

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

###  Alternatives

[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[gehrisandro/tailwind-merge-laravel

TailwindMerge for Laravel merges multiple Tailwind CSS classes by automatically resolving conflicts between them

341682.2k18](/packages/gehrisandro-tailwind-merge-laravel)[nickurt/laravel-akismet

Akismet for Laravel 11.x/12.x/13.x

97139.6k2](/packages/nickurt-laravel-akismet)[whitecube/laravel-timezones

Store UTC dates in the database and work with custom timezones in the application.

106106.2k](/packages/whitecube-laravel-timezones)[forxer/laravel-gravatar

A library providing easy gravatar integration in a Laravel project.

4235.6k](/packages/forxer-laravel-gravatar)[iteks/laravel-enum

A comprehensive Laravel package providing enhanced enum functionalities, including attribute handling, select array conversions, and fluent facade interactions for robust enum management in Laravel applications.

2516.7k](/packages/iteks-laravel-enum)

PHPackages © 2026

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