Update Laravel to v6
This commit is contained in:
parent
6d2b4d55ee
commit
ec01b3c6a2
24 changed files with 514 additions and 544 deletions
|
|
@ -11,6 +11,8 @@
|
|||
|
|
||||
*/
|
||||
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
Route::group(['domain' => config('url.longurl')], function () {
|
||||
Route::get('/', 'FrontPageController@index');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue