Skip to content

Instantly share code, notes, and snippets.

@rawaludin
Created September 28, 2015 09:29
Show Gist options
  • Save rawaludin/3a8d6b02f5a3673448a6 to your computer and use it in GitHub Desktop.
Save rawaludin/3a8d6b02f5a3673448a6 to your computer and use it in GitHub Desktop.
Lokasi: app/Http/routes.php
Route::post('auth/login', [
'as' => 'login.post',
'middleware' => ['auth.suspension'],
'uses' => 'Auth\AuthController@postLogin']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment