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

https://github.com/balajidharma/laravel-media-manager

Laravel media manager
https://github.com/balajidharma/laravel-media-manager

Last synced: about 2 months ago
JSON representation

Laravel media manager

Awesome Lists containing this project

README

        

Laravel Media Manager


The package helps to manager your media. Media manager is using the plank/laravel-mediable package



Total Downloads
Latest Stable Version
License

## Table of Contents

- [Installation](#installation)
- [Demo](#demo)

## Installation
- Install the package via composer
```bash
composer require balajidharma/laravel-media-manager
```
- Publish the config/media-manager.php config file with
```bash
php artisan vendor:publish --provider="BalajiDharma\LaravelMediaManager\MediaManagerServiceProvider"
```

## Demo
The "[Basic Laravel Admin Penel](https://github.com/balajidharma/basic-laravel-admin-panel)" starter kit come with Laravel Media Manager