The docs say…
Route::match(array('GET', 'POST'), "https://stackoverflow.com/", function()
{
return 'Hello World';
});
source: http://laravel.com/docs/routing
The docs say…
Route::match(array('GET', 'POST'), "https://stackoverflow.com/", function()
{
return 'Hello World';
});
source: http://laravel.com/docs/routing