third-space-software/laravel-notable

A basic Laravel package for polymorphic notes.

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/third-space-software/laravel-notable

v0.1 2026-01-05 15:53 UTC

This package is auto-updated.

Last update: 2026-01-05 15:56:40 UTC


README

By: Third Space Software

Installation

  • Add package to project composer require third-space-software/laravel-notable.
  • Publish package files php artisan vendor:publish --provider="ThirdSpaceSoftware\LaravelNotable\NotableServiceProvider".
  • Update config/laravel-notable.php with the correct Author/User class.

Usage

  • Add the ThirdSpaceSoftware\LaravelNotable\Contracts\AuthorsNotes contract to your Author/User model.
  • Any model that can have notes should implement the ThirdSpaceSoftware\LaravelNotable\Traits\HasNotes trait.