/media-manager-laravel-example

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

Primary LanguagePHP

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.