If you have done "composer update" and getting the below error:
Fatal error: Class Herbert\Framework\Application contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Illuminate\Contracts\Foundation\Application::runningInConsole) in C:\htdocs\videoserver\ws_plugin\vendor\getherbert\framework\Herbert\Framework\Application.php on line 12
FIX:
In file vendor\getherbert\framework\Herbert\Framework\Application.php add this :
public function runningInConsole()
{
}