107 Commits

Author SHA1 Message Date
Taylor Otwell
7ef3839fbf adding env to app config 2015-12-08 14:25:11 -06:00
Graham Campbell
b81af30b93 Remove default key 2015-12-06 19:50:14 +00:00
Taylor Otwell
2adbbbd91e update config 2015-12-04 22:50:20 -06:00
Antério Vieira
f663e25b72 Remove alias inspire 2015-11-25 10:51:14 -02:00
ARCANEDEV
9a7145e495 Updating the log system with env variable 2015-11-05 18:08:21 +00:00
Taylor Otwell
7d4b5d75ef Default auth service provider. 2015-08-29 20:27:18 -05:00
Taylor Otwell
c82c5eceda acl changes 2015-08-29 16:36:22 -05:00
Graham Campbell
7e303014b6 Sync with 5.0 2015-06-15 22:22:23 +01:00
Taylor Otwell
bacda07552 Change default cipher. 2015-06-06 13:20:49 -05:00
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