Skip to content

Instantly share code, notes, and snippets.

@Kindari
Created August 19, 2012 12:17
Show Gist options
  • Save Kindari/3394555 to your computer and use it in GitHub Desktop.
Save Kindari/3394555 to your computer and use it in GitHub Desktop.
<?php
Route::any('(:bundle)/(:any?)', function($method='index')
{
return Controller::call('admin::admin@' . $method);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment