Litstack FileDownloads

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>',
]),