did a quick google http://ericlbarnes.com/laravel-array-validation/
Try this, please note that the order matters. Route::get('publications', function() { }); Rou...
if you did it like this: App::bind('FacultyRepositoryInterface', 'FacultyRepository'); it will obvi...
Hi, Form::text('name') will get Input::old('name'), once you submit your form, the values of those f...
The Laravel portal for problem solving, knowledge sharing and community building.