Skip to content

Instantly share code, notes, and snippets.

@nicolaskempf57
Last active May 8, 2020 13:25
Show Gist options
  • Save nicolaskempf57/d8c5032abdbf422c47160efb179d61c7 to your computer and use it in GitHub Desktop.
Save nicolaskempf57/d8c5032abdbf422c47160efb179d61c7 to your computer and use it in GitHub Desktop.
Example route with middleware for my blog post on Laravel Middleware https://medium.com/blog-justenico/laravel-les-middlewares-59b651d80b10
<?php
Route::get('admin/profile', "MonController@fonction")->middleware('auth');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment