Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md to provide section on route handling with Class@method #25

Closed
bramus opened this issue May 26, 2016 · 1 comment
Closed

Comments

@bramus
Copy link
Owner

bramus commented May 26, 2016

$router = new \Bramus\Router\Router();
$router->get('/show/(.*)', 'RouterTestController@show');
$router->run();
@ovflowd
Copy link
Contributor

ovflowd commented May 26, 2016

Good idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants