Skip to content

Instantly share code, notes, and snippets.

@assertchris
Created June 14, 2015 19:15
Show Gist options
  • Save assertchris/7c00919ccd4734373a06 to your computer and use it in GitHub Desktop.
Save assertchris/7c00919ccd4734373a06 to your computer and use it in GitHub Desktop.
<?php
Route::get("/test/{admin?}", function($admin = "zaher") {
dd($admin);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment