📋Laravel - Note package
This Laravel package gives the posibillity to add notes to a modle by adding a trait
Installation
Installing can be done with composer:
composer require nan/nan-laravel-note
After installing the package you need to run a migration to make the "logs" table in the database:
php artisan migrate
Adding the trait to models
Logs can be added to a model by adding a trait
📋Adding to modelsLast updated