Skip to content

Instantly share code, notes, and snippets.

@jsven69gist
Created November 25, 2013 04:45
Show Gist options
  • Select an option

  • Save jsven69gist/7636499 to your computer and use it in GitHub Desktop.

Select an option

Save jsven69gist/7636499 to your computer and use it in GitHub Desktop.
Laravel 4 Hints and Tips
Laraval 4 Hints and Tips
- Get real class behind a Facade:
$root = get_class(Form::getFacadeRoot());
var_dump($root);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment