litstack/file-downloads

v1.3 2023-03-30 06:59 UTC

This package is auto-updated.

Last update: 2024-04-30 00:27:46 UTC


README

Install:

composer require litstack/file-downloads

Publish the migration and migrate:

php artisan vendor:publish --tag=lit-file-downloads
php artisan migrate

Add the navigation item to your navigation:

$nav->entry('File Downloads', [
    'link' => route('lit.file-downloads'),
    'icon' => '<i class="fas fa-download"></i>',
]),