Skip to content

Instantly share code, notes, and snippets.

@mohsenuss91
Created August 19, 2017 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohsenuss91/c05ee80e7f7d6f01776df3723f971412 to your computer and use it in GitHub Desktop.
Save mohsenuss91/c05ee80e7f7d6f01776df3723f971412 to your computer and use it in GitHub Desktop.
Route.php
<?php
/*
|--------------------------------------------------------------------------
| Application Routes
|--------------------------------------------------------------------------
|
| Here is where you can register all of the routes for an application.
| It's a breeze. Simply tell Laravel the URIs it should respond to
| and give it the controller to call when that URI is requested.
|
*/
Route::post('auth/login', 'UserController@login');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment