Commit Graph

96 Commits

Author SHA1 Message Date
Sinan Eldem fad5c6ee9b support for unencrypted mail server usage like mailcatcher.me 2015-03-04 11:26:14 +02:00
Taylor Otwell eacb058caf Connection setting in Redis queue. 2015-02-24 20:07:09 -06:00
Taylor Otwell f424b87a63 PSR-2 for app. 2015-02-22 20:47:03 -06:00
Taylor Otwell 76d4c11c0f Merge branch 'master' into develop 2015-02-22 19:58:23 -06:00
Taylor Otwell 29059a6365 Merge pull request #3246 from Garbee/filemode-queue
Remove executable status from queue config.
2015-02-22 19:54:10 -06:00
Taylor Otwell 94000aec2e Merge pull request #3260 from itised/master
config options for larval/framework pr #7409
2015-02-22 19:52:33 -06:00
Taylor Otwell 2f1786055d Merge branch 'master' into develop 2015-02-22 19:50:13 -06:00
Taylor Otwell 8e15c7f73e A few tweaks to mail config. 2015-02-22 19:48:52 -06:00
Taylor Otwell 1500a18696 Tweak some jobs and names. 2015-02-20 20:49:06 -06:00
Martin Bean 4310e0b3ea Made mail config values configurable by .env file. 2015-02-17 22:59:32 +00:00
Edward DeMaio 2c2488e4bd fixed spacing issue 2015-02-12 21:31:22 -05:00
Edward DeMaio 13efed3ca4 added url_type option to cloud files config
added default url type to Rackspace Cloud Files config to match the pr #7409 in laravel/framework
2015-02-12 21:29:54 -05:00
Jonathan Garbee cb2c469a52 Remove executable status from queue config. 2015-02-05 11:03:35 -05:00
Jose H. Milan a70c11fcce Mentioning new config option as per Taylor request
https://github.com/laravel/framework/pull/7173#issuecomment-71988006
2015-01-29 09:46:32 +01:00
Taylor Otwell 9b9c12fcde Update facade. 2015-01-26 10:46:43 -06:00
Taylor Otwell 0ec2d01fa4 Add Disk facade. 2015-01-26 10:35:14 -06:00
Taylor Otwell 7dc60a86dc Add Eloquent alias. 2015-01-26 10:34:01 -06:00
Taylor Otwell 33e19b852e Merge pull request #3026 from paulofreitas/develop
Add support for configuring AWS S3 region.
2015-01-26 10:20:58 -06:00
Taylor Otwell ed2c0546d1 Add Bus facade. 2015-01-23 14:44:20 -06:00
Taylor Otwell 0089439a33 A few tweaks. 2015-01-22 15:28:02 -06:00
Joe Cohen f8148e7ccd Typo 2015-01-18 23:07:32 -06:00
Laurence Ioannou fdc9b93edd Update app.php 2015-01-18 13:17:49 +11:00
Taylor Otwell 359af29ef3 Try a lighter version of the auth scaffolding. 2015-01-09 11:51:17 -06:00
Taylor Otwell 083db95b95 Views. 2015-01-05 13:48:35 -06:00
Taylor Otwell 203a0c3ba1 Change compiled path. 2015-01-02 16:29:35 -06:00
Taylor Otwell ff13943dbe Merge pull request #3200 from overtrue/patch-3
[5.0]Modify the wording of env() default values
2015-01-02 16:27:45 -06:00
Taylor Otwell 6d078c1d58 Merge pull request #3203 from jumilla/develop
Remove config for workbench.
2015-01-02 16:27:27 -06:00
Taylor Otwell e2d0ab67e8 Add to the compiler. 2015-01-02 14:48:05 -06:00
Taylor Otwell c1db7050ea Add a basic service provider for config overwriting. 2015-01-02 14:47:42 -06:00
Taylor Otwell c7eecb1c91 Merge pull request #3198 from ibrasho/switch-order-of-providers
Switch the order of app providers
2015-01-02 13:01:37 -06:00
vlakoff 88b90c7218 Add "strict" setting for MySQL connection.
Signed-off-by: Graham Campbell <graham@mineuk.com>
2014-12-30 22:52:03 +00:00
Fumio Furukawa 90f8e8bd9c Remove config for workbench. 2014-12-31 03:09:37 +09:00
Carlos - 安正超 38e9a241db Modify the wording of env() default values 2014-12-30 10:06:17 +08:00
Ibrahim AshShohail a09c060268 Switch the order of app providers 2014-12-28 16:54:19 +03:00
Taylor Otwell dc384fe1f5 Stub out some folders for jobs / commands and events. 2014-12-27 16:45:14 -06:00
Taylor Otwell 3cfe2a0c85 Merge pull request #3196 from ytake/develop
fixed MemcachedConnector Illegal string offset 'host'
2014-12-25 11:14:24 -06:00
Taylor Otwell 7b892e2452 Allow session encryption. 2014-12-23 16:18:38 -06:00
Taylor Otwell 5ce23f1859 Setup some stuff for config caching. 2014-12-23 10:51:14 -06:00
yuuki takezawa ef6dc637dd fixed 2014-12-21 14:32:27 +09:00
Taylor Otwell 49cbb23ac5 Sample database config. 2014-12-19 16:00:22 -06:00
Taylor Otwell 8f6db28661 Add connection settings to cache config. 2014-12-16 22:01:17 -06:00
Taylor Otwell 8d9bbc1c26 Update cache configuration. 2014-12-16 17:44:56 -06:00
Taylor Otwell 3646070dc1 Add expire option by default. 2014-12-16 16:10:19 -06:00
Taylor Otwell 93434d8679 Use the "Env" helper which has boolean support. 2014-12-15 13:07:04 -06:00
Nguyễn Văn Ánh ac1e639715 Fixed artisan:optimize crash 2014-12-15 23:27:40 +07:00
Taylor Otwell b1dc129af5 Merge pull request #3132 from winglian/develop
use APP_KEY from environment if available for the secret key
2014-12-15 08:45:49 -06:00
Taylor Otwell 83a5602df1 Use environment options in database config. 2014-12-15 08:44:30 -06:00
Taylor Otwell ce48990bf2 Tweak some paths again. 2014-12-15 08:42:13 -06:00
Taylor Otwell 532297c109 Work on default project structure. 2014-12-08 09:31:31 -06:00
Taylor Otwell 0f88129356 Get rid of resources directory. Unnecessary. 2014-12-05 16:35:05 -06:00