Skip to content

Instantly share code, notes, and snippets.

@mikelbring
Created June 13, 2011 17:07
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mikelbring/1023198 to your computer and use it in GitHub Desktop.
Save mikelbring/1023198 to your computer and use it in GitHub Desktop.
Laravel IDE Helper
<?php
class Auth extends System\Auth { }
class Benchmark extends System\Benchmark { }
class Cache extends System\Cache { }
class Config extends System\Config { }
class Cookie extends System\Cookie { }
class Crypt extends System\Crypt { }
class DB extends System\DB { }
class Error extends System\Error { }
class File extends System\File { }
class Filter extends System\Filter { }
class Form extends System\Form { }
class Hash extends System\Hash { }
class HTML extends System\HTML { }
class Inflector extends System\Inflector { }
class Input extends System\Input { }
class Lang extends System\Lang { }
class Log extends System\Log { }
class Memcached extends System\Memcached { }
class Redirect extends System\Redirect { }
class Request extends System\Request { }
class Response extends System\Response { }
class Route extends System\Route { }
class Router extends System\Router { }
class Session extends System\Session { }
class Str extends System\Str { }
class Text extends System\Text { }
class URL extends System\URL { }
class View extends System\View { }
@RyanQuackenbush
Copy link

Anyone looking for Laravel 4 updates: https://github.com/barryvdh/laravel-ide-helper

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment