<?php
// add this line...
Route::get('register', 'UserController@create');
Route::resource('users', 'UsersController');
\o/
I cant edit my comment... is that a error of Laravel.IO?
@DougGodinho I have that problem too, just started a threat about it: http://laravel.io/forum/11-27-2014-anybody-else-has-problems-editing-an-answer-on-this-forum
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community