ctf0 / Laravel-Media-Manager

A "Vuejs & Laravel" Media Manager With Tons of Features
MIT License
829 stars 179 forks source link

Undefined variable: patterns #74

Closed bocanhcam closed 5 years ago

bocanhcam commented 5 years ago

Undefined variable: patterns (View: ../resources/views/vendor/MediaManager/_manager.blade.php)

I have this issue after doing everything. I was trying to use the demo and it has the same issue.

Laravel 5.7

ctf0 commented 5 years ago

please make sure that u have published the assets first, also check https://github.com/ctf0/Laravel-Media-Manager/blob/master/src/MediaManagerServiceProvider.php incase you have changes any of the paths the manager use to operate

bocanhcam commented 5 years ago

You mean this line right php artisan vendor:publish --provider="ctf0\MediaManager\MediaManagerServiceProvider" I did it. I did everything in the docs and nothing goes wrong. And I haven't changed any directory.

ctf0 commented 5 years ago

plz update to the latest release