1 2 3 4
<?php Route::filter('botleaguesapi-http-auth', function(){ header('WWW-Authenticate: Basic realm="Botleagues"'); });