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
Just freshly installed laravel,
php artisan --version
says5.2.45
, hope that's the latest. Next thing was installing laravelpanel, and runningcomposer require serverfireteam/panel
installed it. Whenever I addServerfireteam\Panel\PanelServiceProvider::class
to myconfig/app.php
file, I get an error when I runphp artisan serve
or any other artisan command. Is there something am missing? The error is method aliasMiddleware does not exist. Here is a screenshot