litstack / file-downloads
v1.3
2023-03-30 06:59 UTC
Requires
- php: ^8.0
Requires (Dev)
- mockery/mockery: ^1.4
- orchestra/testbench: ^6.19
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2026-03-01 00:49:24 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>', ]),