Laravel-filemanager: Class 'Unisharp\Laravelfilemanager\LaravelFilemanagerServiceProvider' not found

Created on 2 May 2018  路  7Comments  路  Source: UniSharp/laravel-filemanager

Please check the following instructions before submitting a bug :

And provide the followings :

  • Operating system : MacOS High Sierra 10.13.4
  • Laravel version : 5.6
  • Package version :
  • Screenshots of browser console :
    ekran resmi 2018-05-02 11 30 47
    ekran resmi 2018-05-02 11 32 55

I followed the steps, but I still get the error that the provider will not found. please help..

Most helpful comment

Please how can i change it in my code

All 7 comments

namespace is UniSharp not Unisharp

@michail1982 This namespace is automatically generated when the default Laravel project occurs, I do not specify it.

@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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

phamtien9819 picture phamtien9819  路  5Comments

farshidahmadianpin picture farshidahmadianpin  路  3Comments

farshidrezaei picture farshidrezaei  路  4Comments

lscavelli picture lscavelli  路  4Comments

DaxtonChen picture DaxtonChen  路  4Comments