🗄️Laravel - File 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-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

Adding the trait to models

Logs can be added to a model by adding a trait

📋Adding to models

Last updated