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
- Host: GitHub
- URL: https://github.com/livecms/medialibrary
- Owner: livecms
- Created: 2018-11-24T12:23:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T08:45:00.000Z (about 7 years ago)
- Last Synced: 2024-04-06T00:03:14.570Z (about 2 years ago)
- Language: JavaScript
- Size: 127 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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