Taylor Otwell
9df814e512
Tweak a few broadcasting configurations.
2016-08-05 15:44:29 -05:00
Taylor Otwell
5d0ecde4cf
get rid of space
2016-08-04 07:49:27 -05:00
Taylor Otwell
d0f90f9bfd
Merge branch 'master' into develop
2016-08-04 07:49:02 -05:00
Taylor Otwell
e083273d97
Applied fixes from StyleCI
2016-08-04 08:48:57 -04:00
Bart Huisman (also known as VolgensBartjes)
936addceef
give newbees a package service providers section, preventing adding after application
...
when i started, i ended up putting all package specific service providers just at the bottom of the application service providers. But when making a route group like domain.com/{keyword}, the packages that are registering its own url's, not work anymore (like now when i installed the translations manager from barryvdh). When putting them above the app specific, everything works. So just give it to the user as a default place?
2016-08-04 11:55:08 +02:00
Taylor Otwell
ab453a7e82
Add default address in mail config.
2016-08-03 13:16:30 -05:00
Taylor Otwell
fd569a3785
Name this option "retry_after" for clarity.
2016-07-22 14:53:03 -05:00
Taylor Otwell
3cc0388ed7
Use expire for consistency.
2016-07-22 14:40:53 -05:00
Taylor Otwell
ea52a96386
Remove mandrill as a default configuration since it's fallen out of popularity.
2016-07-21 11:49:28 -05:00
Taylor Otwell
dc3d82f03f
Add aliases.
2016-07-14 16:48:25 -05:00
Taylor Otwell
e7a03b4538
Stop aliasing a bunch of classes by default.
...
This is not a breaking change since upgrade aliases will still work.
2016-07-14 11:27:16 -05:00
Taylor Otwell
d72e3f3af5
fix conflicts
2016-07-09 11:28:21 -05:00
crynobone
34eb11faee
[5.3] Password broker would always use notifications::email view.
...
Signed-off-by: crynobone <crynobone@gmail.com>
2016-06-30 21:03:16 +08:00
halaei
d3aff652bd
expire jobs after 90 seconds
2016-06-29 12:11:40 +04:30
Jean Ragouin
7e4c6e84df
Added session domain env configuration
...
Session domain value available with env configuration
https://github.com/laravel/laravel/pull/3806
2016-06-22 23:10:07 +08:00
Taylor Otwell
737b5eb3ef
stub notifications
2016-06-22 09:57:59 -05:00
vlakoff
07c95968b7
Use proper PDO fetch style
2016-06-19 05:16:51 +02:00
Jerguš Lejko
a20533c511
List supported drives in cache and broadcasting configs
2016-06-14 20:15:26 +02:00
Taylor Otwell
edc5cee942
Merge branch 'master' into develop
2016-06-04 09:37:46 -05:00
Taylor Otwell
767801a317
working on formatting
2016-06-04 09:37:32 -05:00
Michael Dyrynda
7259c265e6
Add application log level configuration
...
This config option ties in with changes in fbd6e77 that were tagged in
v5.2.35 of the framework.
2016-06-04 09:58:04 +09:30
Graham Campbell
b6bd185048
Merge branch 'master' into develop
2016-05-30 12:03:49 +01:00
Luqman Rom
9352968734
Add missing Mandrill secret keys in config.services
2016-05-29 21:47:02 +08:00
Jorge González
8fc0df14bb
Add "sslmode" setting for PostgreSQL connection
...
The commit 586bffa1d7
added support for sslmode in PostgresConnector.php and sslmode has been around since postgres version 9.1 (2011).
This change makes it possible to specify sslmode from the config file.
Also serves as documentation to other developers so they don't have to
dive deep into the code to figure out that it's posible to set this option.
The posible values for sslmode are:
disable, allow, prefer, require, verify-ca, verify-full
The default value is "prefer".
http://www.postgresql.org/docs/9.5/static/libpq-ssl.html#LIBPQ-SSL-PROTECTION
2016-05-12 00:59:15 -05:00
Adam14Four
f237656c68
Enabled MySQL "strict" mode by default
2016-05-10 12:30:43 -07:00
Taylor Otwell
a97b9e0c7c
fix comment
2016-05-04 09:31:54 -05:00
Tom Castleman
d68d4dc9cd
adds configuration for session cache store
2016-05-02 17:27:52 +01:00
Taylor Otwell
b358fe473d
spacing
2016-05-01 10:07:37 -05:00
Taylor Otwell
3173f1c072
Merge pull request #3768 from tomcastleman/patch-1
...
[5.3] Add config for new Memcached features
2016-05-01 10:06:47 -05:00
Tom Castleman
9dc2d60336
Add config for new Memcached features
...
Adds config for persistent connections, SASL authentication, and custom options
2016-04-30 14:11:55 +01:00
Taylor Otwell
da662e40ec
working on broadcasting
2016-04-29 22:40:08 -05:00
Graham Campbell
ce25be19eb
Tweaked config
2016-04-05 11:15:06 +01:00
Matthias Niess
eb7743f577
allow for setting sqlite database via env
2016-03-21 20:58:55 +01:00
Taylor Otwell
e52b1f71d5
fix wording
2016-03-21 09:13:22 -05:00
mzaalan
9d14fe2d7e
Set HttpOnly flag
2016-03-21 14:12:38 +02:00
Taylor Otwell
d998b5bd03
formatting
2016-03-06 19:56:30 -06:00
Davide Bellini
da5d3d84fe
Added SparkPost config
2016-03-02 01:04:24 +01:00
Taylor Otwell
ec0e06e783
cleaning up configs
2016-03-01 08:23:00 -06:00
TGM
8dbd26020a
Replaced TAB with space
2016-03-01 14:31:07 +02:00
TGM
9fc55e8464
Added DB_PORT as a default enviroment variable
2016-03-01 14:29:05 +02:00
Aden Fraser
278c41887c
APP_URL added to Environment Configuration
2016-02-17 23:29:24 +00:00
Taylor Otwell
85e6774d2e
simplify filesystem default config
2016-02-11 10:19:57 -06:00
david-ridgeonnet
89d693b5e6
Added default engine in configuration
2016-02-03 14:34:03 +00:00
Martin Bean
db6bb6a369
Make Memcached options configurable.
2016-01-28 15:38:52 +00:00
Christopher L Bray
6dcb3ac73e
Typo in docs
...
Should be _separate_ not _seperate_ :)
2015-12-20 19:57:26 +00:00
Taylor Otwell
638b261a68
Change default view.
2015-12-15 16:58:41 -06:00
Taylor Otwell
1865c2993e
use provider for consistent language
2015-12-15 15:01:35 -06:00
Taylor Otwell
ba857ca50e
Uncomment example.
2015-12-14 19:35:30 -06:00
Taylor Otwell
435104304e
Basic token configuration.
2015-12-14 16:37:16 -06:00
Taylor Otwell
60d782a1bb
remove unneeded service provider
2015-12-08 15:28:26 -06:00
Taylor Otwell
7ef3839fbf
adding env to app config
2015-12-08 14:25:11 -06:00
Taylor Otwell
ede3202d66
Merge branch 'master' into develop
2015-12-07 12:05:50 -06:00
Taylor Otwell
8c27cb56d0
default to null
2015-12-07 12:05:42 -06:00
Taylor Otwell
48fb9517d2
fix conclits
2015-12-07 12:04:59 -06:00
Taylor Otwell
4fba29c0ec
fix problems
2015-12-07 12:03:49 -06:00
Taylor Otwell
b6625f5ced
Merge remote-tracking branch 'origin/develop' into develop
2015-12-06 14:46:56 -06:00
Taylor Otwell
36db347a0c
remove iron config. moved to package
2015-12-06 14:46:51 -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
Taylor Otwell
3fa12671ce
adjusting comments
2015-12-03 22:26:09 -06:00
Taylor Otwell
ff35b10a3d
working on config
2015-12-03 22:08:12 -06:00
Taylor Otwell
b0160f5ed6
update defaults
2015-12-03 17:10:09 -06:00
Taylor Otwell
0898381839
update name to reflect purpose
2015-12-03 12:28:41 -06:00
Taylor Otwell
a690bb7552
fix conflicts
2015-12-03 12:26:26 -06:00
Taylor Otwell
8414d45cdc
update middleware and config
2015-12-03 12:25:38 -06:00
Graham Campbell
f426638445
Merge branch 'master' into develop
2015-12-02 18:24:27 +00:00
Cory Fowler
a33c66cf47
changed redis support to load config from env
2015-12-01 14:15:22 -08:00
Pulkit Jalan
72158f4a8f
added queue prefix to match the framework
2015-12-01 20:27:51 +00:00
Taylor Otwell
b847ee7486
Revert "added queue prefix to match the framework"
2015-12-01 14:08:26 -06:00
Pulkit Jalan
40ab9090aa
added queue prefix to match the framework
2015-12-01 19:31:16 +00: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
Graham Campbell
4cefc88f4b
Merge branch 'master' into develop
2015-10-30 18:20:17 +00:00
Graham Campbell
f2348b7897
Tweaked alignment
2015-10-30 18:19:00 +00:00
Graham Campbell
1aefbc9a54
Merge branch 'master' into develop
...
Conflicts:
config/mail.php
2015-10-30 18:17:48 +00:00
Graham Campbell
ed18fd99fd
Removed config option for deleted feature
2015-10-30 18:15:40 +00:00
Taylor Collins
2aa135c01e
Set Mail pretend config from .env
2015-10-29 12:36:54 -04:00
Roman Kinyakin
86d1dfcf51
Redis connection setup in .env
2015-10-26 22:13:51 +06:00
Taylor Otwell
54533fc037
spacing
2015-10-20 13:57:31 -07:00
Tuomas Koponen
77c5c1726f
Change default value for queue.failed.database
...
Use same DB_CONNECTION enviroment variable for queue.failed.database config
2015-10-20 22:23:54 +03:00
Taylor Otwell
f6b05ee3ce
tweak options
2015-10-08 09:45:11 -05:00
Ian Olson
bcbc2f8265
Updated trailing comma on array key => value to pass StyleCI.
2015-10-04 23:53:11 -05:00
Ian Olson
6917c35c33
Added options to the broadcasting pusher configuration file.
2015-10-04 23:46:56 -05:00
pedes42
879bc14650
Replace storage_path with database_path helper
...
According to the docs, the sqlite database should be located within the "database" folder.
2015-09-18 14:16:52 +02: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
Taylor Otwell
8061c2132c
Convert some variables to env variables in services.php.
2015-07-23 10:58:17 -05:00
Graham Campbell
7e303014b6
Sync with 5.0
2015-06-15 22:22:23 +01:00
Bas Peters
2c4964e159
Set default charset for sqlsrv driver to utf8
2015-06-11 17:20:30 +02: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
Graham Campbell
bf3785d0bc
Additional cs fixes
...
Signed-off-by: Graham Campbell <graham@cachethq.io>
2015-06-01 15:46:45 +01:00
Graham Campbell
060938bc66
PSR-2
...
Signed-off-by: Graham Campbell <graham@cachethq.io>
2015-06-01 15:46:32 +01:00
Jimmy Puckett
4ee6523dfa
Using the path parameter in the path method.
2015-05-28 15:31:26 -04:00
Taylor Otwell
2e2ead5915
Merge branch 'develop' of github.com:laravel/laravel into develop
2015-05-26 16:15:35 -05:00
Taylor Otwell
dff91c9f44
update filesystem config.
2015-05-26 16:15:28 -05:00
Marcelo Canina
5c16c21817
Add env variable to database default connection
2015-05-25 15:46:57 -03:00
Mulia Arifandi Nasution
4341e3c933
Remove unnecessary whitespace
2015-05-10 13:56:52 +07:00
Patrick Brouwers
1c4dcea2a2
Add log driver to broadcasting connections
2015-05-06 11:02:13 +02:00
Taylor Otwell
71e339146e
Merge pull request #3351 from fideloper/patch-1
...
Documented availability of SES mail driver in mail config
2015-04-28 09:18:56 -05:00
Taylor Otwell
b7c237397b
Redis configuration.
2015-04-27 15:52:54 -05:00
Taylor Otwell
f8da2892bd
Tweak configuration file name.
2015-04-27 15:22:01 -05:00
Taylor Otwell
bd9a4f5436
Some sample configuration.
2015-04-27 15:21:32 -05:00
Chris Fidao
ae78cd9457
Documented availability of SES mail driver in mail config
2015-04-27 08:33:30 -05:00
Taylor Otwell
111fdeba8f
Don't compile service providers by default.
2015-04-21 14:39:47 -05:00
Taylor Otwell
3b7e6dcdca
fix a bunch of stufF
2015-04-10 22:19:42 -05:00
Taylor Otwell
39107a78c2
Key rename.
2015-04-01 09:08:53 -05:00
Laurence Ioannou
c0a78c033c
Update services.php
2015-04-02 01:00:21 +11:00
Eliu Florez
6449472ef7
Update app.php
2015-03-28 13:44:46 -04:30
Taylor Otwell
3516f4f677
Use single logs by default.
2015-03-27 10:38:03 -05:00
Gary
9534ded883
Add FTP adapter to filesystem config
2015-03-26 17:13:56 +00:00
Laurence Ioannou
3f63840144
Update services.php
2015-03-24 17:53:24 +11:00
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
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
Taylor Otwell
372a6d4907
List null driver in list of queue drivers.
2014-11-25 09:31:10 -06:00
Taylor Otwell
fa978d0525
Working on default app structure. Login views.
2014-11-24 11:42:29 -06:00
Taylor Otwell
91f174821f
Stub SES configuration.
2014-11-19 23:36:45 -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
d5e5947a6a
Add to compile.
2014-11-05 10:19:15 -06: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
Sercan Çakır
ce161ee604
Update view.php
2014-10-13 00:52:37 +03:00
Taylor Otwell
546c81a190
Fix some password reset stuff.
2014-10-12 12:20:01 -05:00
Taylor Otwell
6980d95c21
Fix a few things.
2014-10-08 16:36:38 -05:00
Taylor Otwell
84b8a7c88b
Remove from compile list.
2014-10-06 22:57:08 -05:00
Taylor Otwell
d2937ea714
Working on stack.
2014-10-06 15:25:53 -05:00
Taylor Otwell
800cdac1a0
Work on paths.
2014-10-02 19:39:47 -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
9f81d4df6e
Simplify things.
2014-09-27 20:35:08 -05:00
Paulo Freitas
5da4d51f0b
Add support for configuring AWS S3 region.
2014-09-18 23:49:15 -03: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
aa9015cac0
Use working directory.
2014-08-29 15:53:01 +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
a204045b28
Typo.
2014-08-24 13:55:57 -05:00
Taylor Otwell
3ade971b23
Add filesystem configuration.
2014-08-24 13:55:10 -05:00
Taylor Otwell
ca3c8c3e56
Remove unnecessary alias.
2014-08-21 23:41:47 -05:00
Taylor Otwell
35df36febb
Fix slashes.
2014-08-21 22:30:44 -05:00
Taylor Otwell
c9fb1c9110
Fixing a few things. Namespace configuration.
2014-08-21 21:25:03 -05:00
Taylor Otwell
a68933d34c
Remove some service providers and aliases.
2014-08-21 12:47:40 -05:00