Graham Campbell
380c3a76a0
Added tinker to the default app
2016-12-29 13:06:11 +00:00
Graham Campbell
36875bb98e
Merge branch 'master' into develop
2016-12-29 13:03:32 +00:00
Taylor Otwell
45b779f807
cluster option not needed anymore
2016-12-12 16:05:32 -06:00
Taylor Otwell
c7eb99d2ad
add new mail settings
2016-12-12 11:04:03 -06:00
Damien Criado
7d4115f0ca
Fix `AUTH` failed: ERR Client sent AUTH
2016-12-06 01:01:43 +01:00
Taylor Otwell
c803ff1caa
revert broken PR
2016-11-16 15:15:29 -06:00
Taylor Otwell
8182b99112
Applied fixes from StyleCI
2016-11-16 20:57:24 +00:00
Loki Else
69df2ada11
Support predis v1.1.1
...
fix: `AUTH failed: ERR Client sent AUTH, but no password is set [tcp://127.0.0.1:6379]`
According to predix release log: https://github.com/nrk/predis/releases/tag/v1.1.1
2016-11-16 17:17:52 +08:00
Diogo Azevedo
9ca8ed9960
Update the default redis host
2016-11-14 23:44:01 -02:00
Roberto Aguilar
fd42e10a5f
Changes localhost to 127.0.0.1 in database config
...
In https://github.com/laravel/laravel/pull/3641 was decided to use `127.0.0.1` instead of `localhost` to avoid DNS lookups
This change is to maintain consistency between `.env` and `database.php`
2016-11-14 15:19:31 -06:00
Taylor Otwell
e72463dc6c
change var name
2016-11-08 10:52:43 -06:00
Jrean
d47697e781
Env for mail sender address + name
2016-11-08 23:37:35 +08:00
Taylor Otwell
6013b88689
Merge branch 'master' into develop
2016-10-26 08:16:55 -05:00
Taylor Otwell
6a2bf44765
clear up comment
2016-10-26 08:16:28 -05:00
Taylor Otwell
9d01389ce3
use utf8mb4 as default character set
2016-10-24 16:07:22 -05:00
Taylor Otwell
d880fb5f85
no need for env
2016-09-22 12:26:13 -05:00
Till Krüss
54ee465deb
Added `database.redis.client` configuration
2016-09-21 13:34:46 -07:00
Taylor Otwell
a80e5bca0b
add bus alias
2016-09-20 08:38:45 -05:00
Taylor Otwell
49a48100a7
different default name
2016-09-14 09:57:39 -05:00
Jason McCreary
41b0560375
Environment configuration for HTTPS only cookie
2016-09-01 21:22:34 -04:00
Taylor Otwell
d09efa26d2
remove irrelevant comment
2016-09-01 09:01:57 -05:00
Roelof Kallenkoot
f19c16c023
Sorted the Application Service Providers alphabetically
...
Minor change to stay consistent
2016-08-26 00:16:58 +02:00
Jorge González
82357a563a
Remove extra whitespace in config/cache.php
2016-08-23 22:39:29 -05:00
Taylor Otwell
6f6851946b
fix conflicts
2016-08-23 15:08:01 +02:00
Taylor Otwell
e6cc60349d
add notification facade
2016-08-08 16:10:19 -05:00
Taylor Otwell
51113bd531
Default broadcasting driver to null.
2016-08-05 15:51:22 -05:00
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