Skip to content

Instantly share code, notes, and snippets.

@luisdalmolin
Created March 5, 2013 11:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luisdalmolin/5089671 to your computer and use it in GitHub Desktop.
Save luisdalmolin/5089671 to your computer and use it in GitHub Desktop.
<?php
App::bind('product', function($value, $route)
{
var_dump( $value ); die;
});
Route::get('produtos/{product}/skus', array('as' => 'produtos.skus.index', 'uses' => 'ProductSkuController@index'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment