litstack / file-downloads
Installs: 627
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:Vue
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: 2024-10-30 01:48:12 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>', ]),