Created
June 13, 2011 17:07
-
-
Save mikelbring/1023198 to your computer and use it in GitHub Desktop.
Laravel IDE Helper
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 { } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A simple Artisan task to generate this file based on current defined aliases.
Usage:
php artisan build_ide_helper
Contents of file: application/tasks/build_ide_helper.php