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
- Host: GitHub
- URL: https://github.com/balajidharma/laravel-media-manager
- Owner: balajidharma
- License: mit
- Created: 2024-05-05T15:14:12.000Z (about 1 year ago)
- Default Branch: 1.x
- Last Pushed: 2025-03-01T15:33:28.000Z (3 months ago)
- Last Synced: 2025-03-28T02:24:20.923Z (2 months ago)
- Language: PHP
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## 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