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

https://github.com/talvbansal/media-manager-laravel-example

An example project showing the media manager and its integration with laravel
https://github.com/talvbansal/media-manager-laravel-example

hacktoberfest laravel media-manager php vuejs

Last synced: about 1 year ago
JSON representation

An example project showing the media manager and its integration with laravel

Awesome Lists containing this project

README

          

# Media-manager laravel example
This repository is a Laravel 5.8 install with the [media-manager](https://github.com/talvbansal/media-manager) package added to it.

After cloning it down you'll need to run the following commands to get it running:

```bash
composer install
cp .env.example .env
php artisan key:generate
php artisan storage:link
php artisan serve
```

Then simply navigate to [http://localhost:8000](http://localhost:8000) to see the media-manager running.