Laravel.io
this->get('panel/auth/register', 'Auth\RegisterController@showRegistrationForm')->name('panel.auth.register');
       $this->post('panel/auth/register', 'Auth\RegisterController@register');

Please note that all pasted data is publicly available.