Sunday, April 16, 2017

What does this PHP syntax mean in layman's term?

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

Advertisement