Commit Graph

17 Commits

Author SHA1 Message Date
Taylor Otwell e0e0b51b9b tweaking profiler. 2012-04-03 16:57:55 -05:00
Taylor Otwell 1ca7d799af changes 2012-04-03 16:53:15 -05:00
Dayle Rees 66ff8a4076 integrated a simple version of anbu into the laravel core
Signed-off-by: Dayle Rees <thepunkfan@gmail.com>
2012-03-28 10:30:51 +01:00
Taylor Otwell a915e24b62 Pass bundle view directory in view loader. 2012-03-26 08:35:59 -05:00
Taylor Otwell 973da34bc0 Pass directory into View:: file method. 2012-03-26 08:27:53 -05:00
Taylor Otwell 35e53b8cef Reintegrating Blade with Laravel using View engine event. 2012-03-22 11:48:07 -05:00
Taylor Otwell d3af0153c1 Fixed order of session loading and auto-loader mappings in app start. 2012-03-21 16:37:43 -05:00
Taylor Otwell c433815fdf cleaning up the application start file.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-03 14:51:18 -06:00
Taylor Otwell 9bb69309f5 Display errors by default.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-02 22:54:29 -06:00
Taylor Otwell 76eef23f54 Check for CLI before starting session.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-02 17:12:43 -06:00
Taylor Otwell 2331ae18cf Added lang and view loader events.
Added lang and view loader events similar to the configuration loader.

Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-01 11:52:05 -06:00
Taylor Otwell 5a25b5a714 Fix typo
Fix typo in the configuration loader event description.

Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-01 11:22:47 -06:00
Taylor Otwell 16fa094cc3 Setting up default config loader event.
Went ahead and just register the config.load event with Laravel on every request and default to the file implementation.

Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-01 11:21:11 -06:00
Taylor Otwell be95496158 Allowing for config.load event.
Moved more basic logic into application start to make it easier to hook into early life cycle events such as configuration loading while not introducing extra files into the framework.

Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-01 10:55:37 -06:00
Taylor Otwell 6b14bd394e change psr method to directories. 2012-02-15 11:12:23 -06:00
Taylor Otwell 3a92facc76 updated routing to fix several issues. 2012-02-12 14:48:36 -06:00
Taylor Otwell 3292024e69 use start.php for bundle bootstrapping, bundle.php for info. 2012-02-07 16:51:57 -06:00