Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 396 Bytes

Readme.md

File metadata and controls

22 lines (17 loc) · 396 Bytes

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