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

https://github.com/livecms/medialibrary

Live CMS Media Library
https://github.com/livecms/medialibrary

Last synced: 5 months ago
JSON representation

Live CMS Media Library

Awesome Lists containing this project

README

          

# Welcome to Media Library for Laravel 5.5 or above

## Intro
This package is powered by [Spatie Laravel Media Library](https://github.com/spatie/laravel-medialibrary) in backend and use [Midia](https://github.com/itskodinger/midia/) in frontend

## Instalation
```shell
composer require livecms/media-library
```
## Publish Config, etc..
```shell
php artisan vendor:publish --tag=livecms-media-library
```

## Configuration
```php

```

## How To Use