Please check the following instructions before submitting a bug :
And provide the followings :


I followed the steps, but I still get the error that the provider will not found. please help..
namespace is UniSharp not Unisharp
@michail1982 This namespace is automatically generated when the default Laravel project occurs, I do not specify it.
@taner-in-code what version did you install?
https://github.com/UniSharp/laravel-filemanager/blob/master/composer.json#L59 master
https://github.com/UniSharp/laravel-filemanager/blob/v1/composer.json#L50 branch v1
@michail1982 There was a problem with the default version that I installed with Laravel, now it is not a problem. Thanks now it works.
@michail1982 it is working for me now.
Thanks.
Please how can i change it in my code
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.
Most helpful comment
Please how can i change it in my code