![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
02/12/2018, 16:42
|
| | Fecha de Ingreso: junio-2010
Mensajes: 221
Antigüedad: 14 años, 7 meses Puntos: 3 | |
Respuesta: Error con ruta en framwork laravel Cita: <?php
/*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| Here is where you can register web routes for your application. These
| routes are loaded by the RouteServiceProvider within a group which
| contains the "web" middleware group. Now create something great!
|
*/
Route::get('/','MainController@home');
Auth::routes();
Route::resources('products','ProductController');
Route::get('/home', 'HomeController@index'); |