Skip to content

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

Notifications You must be signed in to change notification settings

talvbansal/media-manager-laravel-example

Repository files navigation

Media-manager laravel example

This repository is a Laravel 5.8 install with the media-manager package added to it.

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

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

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published