Laravel attachmentable package
A package for attachment files to models
Installation
- Run the command below to add this package:
composer require laravelir/attachmentable
- Open your config/attachmentable.php and add the following to the providers array:
Laravelir\Attachmentable\Providers\AttachmentableServiceProvider::class,
- Run the command below to publish the package config file config/attachmentable.php:
php artisan vendor:publish