Skip to content

Instantly share code, notes, and snippets.

@Maras0830
Last active June 4, 2016 03:05
Show Gist options
  • Save Maras0830/54885dd6e445eafb7ff2d3a12483acf0 to your computer and use it in GitHub Desktop.
Save Maras0830/54885dd6e445eafb7ff2d3a12483acf0 to your computer and use it in GitHub Desktop.
routes.php
// Login middleware
Route::group(['middleware' => 'login'], function () {
Route::post('login', function () {
// 使用 Login 中介層
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment