https://github.com/litstack/file-downloads
https://github.com/litstack/file-downloads
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/litstack/file-downloads
- Owner: litstack
- Created: 2022-03-09T11:52:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-30T06:59:54.000Z (about 2 years ago)
- Last Synced: 2025-01-15T11:12:24.568Z (5 months ago)
- Language: Vue
- Size: 278 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Litstack FileDownloads
Install:
```shell
composer require litstack/file-downloads
```Publish the migration and migrate:
```shell
php artisan vendor:publish --tag=lit-file-downloads
php artisan migrate
```Add the navigation item to your navigation:
```php
$nav->entry('File Downloads', [
'link' => route('lit.file-downloads'),
'icon' => '',
]),
```