We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d05cb commit 6397b0aCopy full SHA for 6397b0a
app/Http/routes.php
@@ -1,15 +1,5 @@
1
<?php
2
3
-Route::group(['domain' => 'bin.laravel.io'], function() {
4
- Route::get('{wildcard}', function($wildcard) {
5
- return Redirect::to('http://laravel.io/bin/' . $wildcard);
6
- });
7
-});
8
-Route::group(['domain' => 'paste.laravel.io'], function() {
9
10
11
12
13
Route::group(['domain' => 'wiki.laravel.io'], function() {
14
Route::get('{wildcard}', function($wildcard) {
15
return Redirect::to('http://laravel.io/');
0 commit comments