ctf0 / Laravel-Media-Manager

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

got directory error on laravel 5.5 fresh install #21

Closed emtized closed 6 years ago

emtized commented 6 years ago

Hi

i got below error for installation on new laravel 5.5 fresh one after :

composer require ctf0/media-manager

In Finder.php line 539:

The "C:\xampp\htdocs\upload\public\assets/vendor/MediaManager/patterns" directory does not exist.

Script @php artisan package:discover handling the post-autoload-dump event returned with error code 1

Installation failed, reverting ./composer.json to its original content.

ctf0 commented 6 years ago

have u published the assets ?

emtized commented 6 years ago

we have to publish assets before composer require ?

ctf0 commented 6 years ago

ofcourse not , but the fact that u r getting this error is really weird.

emtized commented 6 years ago

my problem is that i got this error as soon as i enter composer require command in terminal You can test it on laravel 5.5 by create a new project with composer command then require your project you will see this error

ctf0 commented 6 years ago

okay found the problem, plz try again with the latest release.

again thanks for the heads up, if you found any other issues plz report them as well.

emtized commented 6 years ago

@ctf0 Thanks
Sure i will