Page MenuHomeDevCentral

routes.php
No OneTemporary

routes.php

<?php
/*
|--------------------------------------------------------------------------
| Application Routes
|--------------------------------------------------------------------------
|
| Here is where you can register all of the routes for an application.
| It's a breeze. Simply tell Laravel the URIs it should respond to
| and give it the controller to call when that URI is requested.
|
*/
Route::get('/', 'WelcomeController@index');
Route::get('home', 'HomeController@index');
Route::controllers([
'auth' => 'Auth\AuthController',
'password' => 'Auth\PasswordController',
]);

File Metadata

Mime Type
text/x-php
Expires
Mon, Nov 17, 16:03 (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3165275
Default Alt Text
routes.php (585 B)

Event Timeline