This Laravel package gives the posibillity to add notes to a modle by adding a trait
Last updated 1 year ago
Installing can be done with composer:
composer require nan/nan-laravel-file
Not installed a nan package previously? Check the guide on Installing the package
After installing the package you need to run a migration to make the "logs" table in the database:
php artisan migrate
Logs can be added to a model by adding a trait