I'm trying to understand a syntax and I would greatly appreciate if someone can tell what this means in layman's term:
Route::get('/member-profile-form', ['as' => 'newmemberprofileform', 'uses' => 'User\MemberProfileFormController@showForm']);
Particularly the one that says 'as'... Thanks!
via Rodney Zanoria