An open API service indexing awesome lists of open source software.

https://github.com/litstack/file-downloads


https://github.com/litstack/file-downloads

Last synced: 4 months ago
JSON representation

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