Installation
Edit your required dependencies in composer.json: "joanvt/l5-media-manager": "dev-master"
Step 1 – With CMD Composer execute:
composer update
Step 2 – Then, with CMD PHP execute:
php artisan vendor:publish
Step 3 – Now, just add the provider class in your config/app.php:
JoanvtMediaManagerMediaManagerServiceProvider::class
Step 4 – Migrate the database. With CMD PHP execute:
php artisan migrate
Comments