Skip to content

Instantly share code, notes, and snippets.

@nicolaskempf57
Last active May 8, 2020 13:25
Show Gist options
  • Save nicolaskempf57/5d472b50fbbd83486218d4f2625ce6e2 to your computer and use it in GitHub Desktop.
Save nicolaskempf57/5d472b50fbbd83486218d4f2625ce6e2 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(CheckAge::class);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment