tasmir/laravelmedia

Laravel Media

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

1.1.5 2023-01-30 17:07 UTC

This package is auto-updated.

Last update: 2025-05-29 01:57:07 UTC


README

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.