Looking to hire Laravel developers? Try LaraJobs
This package is not available.

laravelmedia maintained by tasmir

Description
Laravel Media
Author
Last update
2023/01/30 18:07 (dev-main)
License
Links
Downloads
16

Comments
comments powered by Disqus

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.