Skip to content

Instantly share code, notes, and snippets.

@Kindari
Created August 19, 2012 11:56
Show Gist options
  • Save Kindari/3394469 to your computer and use it in GitHub Desktop.
Save Kindari/3394469 to your computer and use it in GitHub Desktop.
testitoe example in #laravel
<?php
Route::get('(:bundle)', 'admin::admin@index');
Route::Controller('admin::admin');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment