Ver Mensaje Individual
  #4 (permalink)  
Antiguo 02/12/2018, 16:42
rafret
 
Fecha de Ingreso: junio-2010
Mensajes: 221
Antigüedad: 13 años, 10 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');