Commit Graph

57 Commits

Author SHA1 Message Date
Pavel Puchkin 77679a5659 Respect LARAVEL_ENV variable
Laravel **should** respect `LARAVEL_ENV` variable when running through CLI
2013-01-07 01:20:46 +11:00
Taylor Otwell 8dbe2d1a9a Merge pull request #681 from bencorlett/develop
Added Output Buffering
2012-08-13 12:17:35 -07:00
Chris Berthe fafaf724b0 Grammar/Vocabulary fixes
Signed-off-by: Chris Berthe <chrisberthe@gmail.com>
2012-06-13 11:19:20 -04:00
Taylor Otwell e12b554cbb cleaning up. 2012-06-03 17:37:46 -05:00
Ben Corlett 7f0d709b3b Adding mb_output_handler as the default callback for output buffering, Thanks @syntaqx 2012-05-29 11:26:27 +10:00
Joe Wallace 1aabbc38bb Check against host name for CLI commands 2012-05-22 11:04:17 -05:00
Ben Corlett 33fdcb4ae7 Fixing type-o with the spelling of "Symfony".
Signed-off-by: Ben Corlett <bencorlett@me.com>
2012-05-17 13:02:57 +10:00
Ben Corlett 056e547855 Adding output buffering to allow redirects to work after content has been outputted.
Signed-off-by: Ben Corlett <bencorlett@me.com>
2012-05-17 11:47:10 +10:00
asdfgh746@gmail.com 9c109849c3 Fix typos.
Signed-off-by: asdfgh746@gmail.com <asdfgh746@gmail.com>

Change "develoepr" into "developer".
Change "started, yet but" into "started yet, but".
2012-05-02 16:51:52 -04:00
Taylor Otwell a92ab1ca30 Fixing bugs. 2012-04-20 11:35:47 -05:00
Taylor Otwell 98ea9ac41f Fix bug in core script. 2012-04-20 10:54:40 -05:00
Taylor Otwell 58f69fdf47 fixing some issues related to environment. 2012-04-19 14:32:27 -05:00
Taylor Otwell 51f5fdd0c9 fix conflicts. 2012-04-18 20:38:36 -05:00
Pavel 482aed9379 Corrected typos in the comments.
Signed-off-by: Pavel <proger.xp@gmail.com>
2012-04-16 18:44:11 +04:00
Taylor Otwell 5d52da696f use injection on the request::detect_env method for better testability. 2012-04-13 20:34:13 -05:00
Taylor Otwell ab6e364546 added simpler and easier environment handling. 2012-04-12 23:35:41 -05:00
Taylor Otwell 6dd709ccaa move vendors folder under laravel. 2012-04-04 22:16:34 -05:00
Taylor Otwell 01a7991bd5 fix artisan. 2012-04-04 16:57:18 -05:00
Taylor Otwell 77fe8b6706 moved input over to httpfoundation. 2012-03-28 23:46:16 -05:00
Taylor Otwell 89766bef84 converting to httpfoundation response. 2012-03-28 17:11:55 -05:00
Taylor Otwell 573725ade7 use symfony http foundation where applicable. 2012-03-28 16:15:21 -05:00
Taylor Otwell 2c12be305d register symfony console namespace with autoloader. 2012-03-27 22:40:13 -05:00
Taylor Otwell 35e53b8cef Reintegrating Blade with Laravel using View engine event. 2012-03-22 11:48:07 -05:00
Taylor Otwell e857505e35 Map eloquent classes.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-16 09:04:14 -05:00
Taylor Otwell f473e4418a Cleaning up the core bootstrap file.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-01 13:06:27 -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 d6fba0ade1 blade ext constant no longer needed. 2012-02-23 22:35:33 -06:00
Taylor Otwell 6e83add76f tweaking key setting. 2012-02-15 13:17:45 -06:00
Taylor Otwell 82315f31d5 added configurable automatic key generation. 2012-02-15 13:02:38 -06:00
Taylor Otwell 3a92facc76 updated routing to fix several issues. 2012-02-12 14:48:36 -06:00
Taylor Otwell bf4f464f67 added bundle:refresh command to cli. 2012-02-08 08:28:16 -06:00
Taylor Otwell a11318863a improving bundle workflow. 2012-02-07 15:00:35 -06:00
Taylor Otwell 521e40f4d5 working on core. 2012-02-07 13:30:23 -06:00
Taylor Otwell 007863a6fa cleaning up various codes. 2012-02-06 19:59:07 -06:00
Taylor Otwell 5b6b156b41 move timezone set into core bootstrap. 2012-02-06 09:35:28 -06:00
Taylor Otwell b5f9f9bd9a added event firing when bundle is started. 2012-01-30 13:18:33 -06:00
Taylor Otwell c44b6264dd fix autoloading system path issue. 2012-01-29 17:33:58 -06:00
Taylor Otwell 97fcea1e51 cleaned up paths. 2012-01-28 14:55:08 -06:00
Taylor Otwell f44c565ee4 converted path constants to $GLOBALS. 2012-01-27 16:17:43 -06:00
Taylor Otwell 29fc846f39 fix comment 2012-01-26 20:07:40 -06:00
Taylor Otwell 70082508f5 improve bundle configuration and registration. 2012-01-26 20:07:02 -06:00
Taylor Otwell 300ab50a84 explicitly registering the base_path as a psr-0 directory no longer necessary since auto-loader will detect core classes by namespace. 2012-01-26 19:55:46 -06:00
Taylor Otwell 9d1905ee24 improve autoloader and load entire framework core using PSR-0 on the base_path. 2012-01-26 19:54:43 -06:00
Taylor Otwell d76cf4ba23 bundle improvements. 2012-01-26 17:01:17 -06:00
Taylor Otwell da7d076f54 allow non routable bundles to just use string values. 2012-01-26 16:03:25 -06:00
Taylor Otwell 8dfb50c835 opened up bundles to live anywhere and respond to any URI.' 2012-01-26 14:37:43 -06:00
Taylor Otwell c9eb7bdf35 updated session task to run through migration system. 2012-01-24 16:19:28 -06:00
Taylor Otwell 27fdb1e3f5 added key and session tasks. 2012-01-24 15:02:51 -06:00
Taylor Otwell 20b4cf7bb8 added key generation task. 2012-01-24 14:32:19 -06:00
Taylor Otwell b5442c67fc merged skunkworks into develop. 2012-01-16 13:59:24 -06:00