Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class 'Unisharp\Laravelfilemanager\LaravelFilemanagerServiceProvider' not found #7

Open
gdsbond opened this issue Jul 30, 2018 · 3 comments

Comments

@gdsbond
Copy link

gdsbond commented Jul 30, 2018

I am getting this issue and Class 'Unisharp\Laravelfilemanager\LaravelFilemanagerServiceProvider' not found on line 208 in ProviderRepository.php

@MehranLabour
Copy link

@gdsbond
If you are on Windows, edit your php.ini file and uncomment these two lines:
extension=php_mbstring.dll
extension=php_exif.dll

hope it could help :)

@ouladck
Copy link

ouladck commented Dec 25, 2018

The namespace has been changed so you should remove the package and reinstall it again.
then use the now namespace in config/app.php folder:

UniSharp\LaravelFilemanager\LaravelFilemanagerServiceProvider::class,

@nklatt
Copy link

nklatt commented Mar 18, 2020

This just happened to me updating an old install and the cure was to rm -rf vendor, change config/app.php where it was Unisharp/Laravelfilemanager to UniSharp/LaravelFilemanager (note two changes of case), and then composer install.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants