Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 767 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 767 Bytes

Total Downloads Latest Stable Version License

After complete your Installation,

Add Provider

config > app.php

'providers' => [
..
 Tasmir\LaravelMedia\LaravelMediaServiceProvider::class,
 ..

just add @include("laravelmedia::media") bellow to your blade file. Make sure, your console has no error.