serverfireteam / panel

An easily configurable admin panel for Laravel applications.
MIT License
427 stars 144 forks source link

Method aliasMiddleware does not exist #338

Closed willy809 closed 7 years ago

willy809 commented 7 years ago

Whoops, looks like something went wrong.

1/1 BadMethodCallException in Macroable.php line 81: Method aliasMiddleware does not exist. in Macroable.php line 81 at Router->__call('aliasMiddleware', array('PanelAuth', 'Serverfireteam\Panel\libs\AuthMiddleware')) in PanelServiceProvider.php line 32 at PanelServiceProvider->register() in Application.php line 531 at Application->register(object(PanelServiceProvider)) in ProviderRepository.php line 74 at ProviderRepository->load(array('Serverfireteam\Panel\PanelServiceProvider', 'Illuminate\Foundation\Providers\ArtisanServiceProvider', 'Illuminate\Auth\AuthServiceProvider', 'Illuminate\Broadcasting\BroadcastServiceProvider', 'Illuminate\Bus\BusServiceProvider', 'Illuminate\Cache\CacheServiceProvider', 'Illuminate\Foundation\Providers\ConsoleSupportServiceProvider', 'Illuminate\Routing\ControllerServiceProvider', 'Illuminate\Cookie\CookieServiceProvider', 'Illuminate\Database\DatabaseServiceProvider', 'Illuminate\Encryption\EncryptionServiceProvider', 'Illuminate\Filesystem\FilesystemServiceProvider', 'Illuminate\Foundation\Providers\FoundationServiceProvider', 'Illuminate\Hashing\HashServiceProvider', 'Illuminate\Mail\MailServiceProvider', 'Illuminate\Pagination\PaginationServiceProvider', 'Illuminate\Pipeline\PipelineServiceProvider', 'Illuminate\Queue\QueueServiceProvider', 'Illuminate\Redis\RedisServiceProvider', 'Illuminate\Auth\Passwords\PasswordResetServiceProvider', 'Illuminate\Session\SessionServiceProvider', 'Illuminate\Translation\TranslationServiceProvider', 'Illuminate\Validation\ValidationServiceProvider', 'Illuminate\View\ViewServiceProvider', 'App\Providers\AppServiceProvider', 'App\Providers\AuthServiceProvider', 'App\Providers\EventServiceProvider', 'App\Providers\RouteServiceProvider')) in Application.php line 507 at Application->registerConfiguredProviders() in RegisterProviders.php line 17 at RegisterProviders->bootstrap(object(Application)) in Application.php line 203 at Application->bootstrapWith(array('Illuminate\Foundation\Bootstrap\DetectEnvironment', 'Illuminate\Foundation\Bootstrap\LoadConfiguration', 'Illuminate\Foundation\Bootstrap\ConfigureLogging', 'Illuminate\Foundation\Bootstrap\HandleExceptions', 'Illuminate\Foundation\Bootstrap\RegisterFacades', 'Illuminate\Foundation\Bootstrap\RegisterProviders', 'Illuminate\Foundation\Bootstrap\BootProviders')) in Kernel.php line 222 at Kernel->bootstrap() in Kernel.php line 117 at Kernel->sendRequestThroughRouter(object(Request)) in Kernel.php line 87 at Kernel->handle(object(Request)) in index.php line 53 Whoops, looks like something went wrong.

1/1 ReflectionException in Container.php line 741: Class encrypter does not exist in Container.php line 741 at ReflectionClass->__construct('encrypter') in Container.php line 741 at Container->build('encrypter', array()) in Container.php line 631 at Container->make('encrypter', array()) in Application.php line 674 at Application->make('encrypter') in Container.php line 842 at Container->resolveClass(object(ReflectionParameter)) in Container.php line 805 at Container->getDependencies(array(object(ReflectionParameter)), array()) in Container.php line 774 at Container->build('App\Http\Middleware\EncryptCookies', array()) in Container.php line 631 at Container->make('App\Http\Middleware\EncryptCookies', array()) in Application.php line 674 at Application->make('App\Http\Middleware\EncryptCookies') in Kernel.php line 142 at Kernel->terminate(object(Request), object(Response)) in index.php line 58

hostingseguro commented 7 years ago

What Laravel version are you using?