Commit Graph

98 Commits

Author SHA1 Message Date
Romain Lanz 4b3391f6f0 Use PHP 5.5 ::class property in config files
See https://github.com/laravel/laravel/pull/3402
2015-06-05 14:58:10 +02:00
Graham Campbell 4c291abfe8 Added back cipher config 2015-06-04 16:40:28 +01:00
Taylor Otwell f0cad014cf remove cipher option 2015-06-03 15:08:26 -05:00
Taylor Otwell bd9a4f5436 Some sample configuration. 2015-04-27 15:21:32 -05:00
Taylor Otwell 3516f4f677 Use single logs by default. 2015-03-27 10:38:03 -05:00
Taylor Otwell f424b87a63 PSR-2 for app. 2015-02-22 20:47:03 -06:00
Taylor Otwell 1500a18696 Tweak some jobs and names. 2015-02-20 20:49:06 -06: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 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
Laurence Ioannou fdc9b93edd Update app.php 2015-01-18 13:17:49 +11: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 c1db7050ea Add a basic service provider for config overwriting. 2015-01-02 14:47:42 -06: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 93434d8679 Use the "Env" helper which has boolean support. 2014-12-15 13:07:04 -06: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 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 9309699de1 Tweaking setup. 2014-12-04 21:13:15 -06:00
Taylor Otwell 48d1a0ce36 working on some configuration changes. 2014-12-03 21:59:42 -06:00
Wing Lian 858bf03610 use APP_KEY from environment if available for the secret key 2014-11-12 15:52:49 -05:00
Taylor Otwell a280988eef Stub out an app service provider. 2014-11-05 10:18:53 -06:00
Taylor Otwell 3c614ac5d6 Working on logging. 2014-11-03 10:26:04 -06:00
Taylor Otwell 9bc7c00df9 Add logs directory. 2014-11-03 09:06:02 -06:00
Taylor Otwell c10ad6269e Remove log service provider since it is part of Bootstrap process. 2014-10-21 21:57:39 -05:00
Taylor Otwell 9aed9debca Tweak how console commands are registered. 2014-10-21 10:27:26 -05:00
Taylor Otwell 4301348646 Large refactor of HTTP and Console stack. 2014-10-20 11:14:41 -05:00
Taylor Otwell 0cd9ee1e90 Extend controller by default. 2014-10-15 08:34:33 -05:00
Taylor Otwell 546c81a190 Fix some password reset stuff. 2014-10-12 12:20:01 -05:00
Taylor Otwell d2937ea714 Working on stack. 2014-10-06 15:25:53 -05:00
Taylor Otwell da7443abba Tweak some paths. 2014-10-02 19:36:03 -05:00
Taylor Otwell ab7ba393be Add an event service provider. 2014-09-30 21:01:17 -05:00
Taylor Otwell 8b18b40a7b Merge pull request #2980 from driesvints/feature/dont-extend-class-aliases
Remove classes from aliases list
2014-09-02 06:48:30 +02:00
Dries Vints 2ddf39f29f Remove classes from aliases list
Eloquent and Seeder were used to extend from which is a bad practice.
The SoftDeletingTrait should be imported just like the UserTrait and the RemindableTrait.
Str was also removed because it's just a shortcut for the namespace. People can always re-add it if they like.
I wasn't entirely sure what FormRequest was doing here but I have a feeling it's going to be used for the same reasons as one of the above classes. So I removed it as well.
2014-08-31 17:13:44 +02:00
Taylor Otwell 2b04647bb7 Remove a few providers. 2014-08-30 12:00:25 +02:00
Taylor Otwell 78c932f688 Working on a few changes. 2014-08-27 12:49:50 +02:00
Taylor Otwell 76c84d8652 Convert configuration PHP 5.4 arrays. 2014-08-24 14:03:58 -05:00
Taylor Otwell ca3c8c3e56 Remove unnecessary alias. 2014-08-21 23:41:47 -05:00
Taylor Otwell a68933d34c Remove some service providers and aliases. 2014-08-21 12:47:40 -05:00
Taylor Otwell 4204337382 Remove remote provider. 2014-08-21 10:36:50 -05:00
Taylor Otwell e7617ff19b Change how controller is aliased. 2014-08-20 21:46:01 -05:00
Taylor Otwell 177d1ebb7a Mega work on structure. 2014-08-20 00:26:14 -05:00
Taylor Otwell 9aae50e501 Working on the default app structure. 2014-08-18 22:46:16 -05:00