serverfireteam / panel

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

Method aliasMiddleware does not exist #334

Closed magnito2 closed 7 years ago

magnito2 commented 7 years ago

Just freshly installed laravel, php artisan --version says 5.2.45, hope that's the latest. Next thing was installing laravelpanel, and running composer require serverfireteam/panel installed it. Whenever I add Serverfireteam\Panel\PanelServiceProvider::class to my config/app.php file, I get an error when I run php artisan serve or any other artisan command. Is there something am missing? The error is method aliasMiddleware does not exist. Here is a screenshot error

hostingseguro commented 7 years ago

You need laravel 5.4 and php 5.6 as minimun -> http://laravelpanel.com/docs/master

AlirezaAlgo commented 7 years ago

Thank you for helping @hostingseguro