Skip to content

Instantly share code, notes, and snippets.

@winni4eva
Last active January 13, 2019 16:40
Show Gist options
  • Save winni4eva/f09dc6d813c0ce45d7bdbf82ecbd8400 to your computer and use it in GitHub Desktop.
Save winni4eva/f09dc6d813c0ce45d7bdbf82ecbd8400 to your computer and use it in GitHub Desktop.
Web Request Handling In Laravel
<?php
$router->get('/users/{id}', function($id){
dd($id);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment