Commit Graph

348 Commits

Author SHA1 Message Date
Taylor Otwell 5ea6fe18a8 add env variable for compiled view path 2018-11-20 21:46:11 -06:00
Taylor Otwell c09519f547 formatting 2018-11-07 19:05:31 -05:00
Taylor Otwell 79e8ff4290
Merge pull request #4838 from dakira/fk-support
introduce sqlite foreign_key_constraints config option
2018-10-31 00:33:05 +11:00
Matthias Niess 5f7decfff1 introduce sqlite foreign_key_constraints config option
This enables the sqlite `foreign_key_constraints` option that was introduced with laravel/framework#26298 for all new installs.

The env variable DB_FOREIGN_KEYS was added to make it easier to handle this in testing (e.g. via phpunit.xml).
2018-10-30 14:24:12 +01:00
Ben Sampson 4525f36cac
use env value for redis queue name
It's common to have a redis queue name when having multiple queues/applications on the same instance. Default value is the same.
2018-10-30 12:36:35 +00:00
Dries Vints 568250557c
Add new Stripe webhook config values
See https://github.com/laravel/cashier/pull/565
2018-10-11 18:12:19 +02:00
Taylor Otwell b98d49ebb3 formatting 2018-10-02 12:51:41 -05:00
Clément Blanco 24029be5b1
Fixing StyleCI identation 2018-10-02 15:50:48 +01:00
Clément Blanco e9f6ec36a7
Adding faker_locale default config value.
As per [that PR](https://github.com/laravel/framework/pull/17895) and [the documentation](https://laravel.com/docs/5.6/database-testing#writing-factories), I wanted to make sure this was present in the `app/config.php` out of the box.

It's a great thing and I'm sure people will be happy to use it rather than overriding the singleton registration.
2018-10-02 15:45:42 +01:00
Laurence Ioannou 15dac2a961
Update database.php 2018-10-02 14:23:47 +10:00
Taylor Otwell 361a6b71da use str class 2018-09-28 15:55:56 -05:00
Taylor Otwell cd8dd76b67 increase days 2018-09-27 09:01:45 -05:00
Marcin Nabiałek c60ff60679 Change default days to 30 for daily channel 2018-09-26 15:56:56 +02:00
Bert Heyman cc28fb28ab Set logs to daily by default 2018-09-24 14:22:24 +02:00
Taylor Otwell 622cdda7cf use one line 2018-09-14 10:38:31 -05:00
Taylor Otwell a5fc02d832 use class 2018-09-14 10:38:02 -05:00
Taylor Otwell 22d37a53ff add level 2018-09-06 08:23:57 -05:00
Taylor Otwell 371bc94673 formatting 2018-09-06 08:23:36 -05:00
Taylor Otwell 7b9ab57dd6 Merge branch 'master' of https://github.com/renoirfaria/laravel into renoirfaria-master 2018-09-06 08:22:27 -05:00
Claudio Dekker dfe5afa71b Add missing Mailgun 'endpoint' option
Counterpart to https://github.com/laravel/framework/pull/25010
2018-09-06 14:02:17 +02:00
Renoir dos Reis ea3afd1013 Adding papertrail log channel option 2018-09-05 11:15:27 -03:00
Taylor Otwell 577ae1c019 Merge branch 'develop' of github.com:laravel/laravel into develop 2018-09-04 08:09:48 -05:00
Taylor Otwell 6d9215c0a4 formatting 2018-09-04 08:09:32 -05:00
Taylor Otwell 663f7c2c05
Merge pull request #4735 from vemcogroup/master
Extract 2 core configurations for sessions to environment
2018-08-25 20:11:29 -05:00
Danijel K b9ac4417ee
corrected bad copy paste 2018-08-25 18:45:33 +02:00
Danijel K 375b7c6a43
Extract core 2 session configurations to environment
In the spirit of JMac & LaravelShift I've extracted 2 session variables to the environment file. Not 'just because' but rather that one is able to set SESSION_DRIVER to redis, but unable to set a connection without touching the core session config file.
2018-08-25 18:44:30 +02:00
Taylor Otwell 28908d83d9 add supported type 2018-08-04 08:52:01 -10:00
Taylor Otwell bf9836a785 Merge branch 'master' into develop 2018-07-19 07:48:44 -05:00
Barry vd. Heuvel c3b99e971c Use seperate cache DB for Redis 2018-05-23 21:50:25 +02:00
Roberto Aguilar dc320c8942
Set bcrypt rounds using the hashing config 2018-04-18 10:09:32 -05:00
Gareth Thompson 13990ebbd0
Formatting fix 2018-04-09 12:42:18 +01:00
Gareth Thompson d75a0f3baf
Add SES_REGION to local environment file
The region used by SES was hardcoded into the config file, when all other values were set as environment variables. Tweaked to keep the region consistent with other config options
2018-04-09 12:35:17 +01:00
Taylor Otwell 50ffc7d9fd formatting 2018-03-24 14:25:38 -07:00
Hugues Joyal f33dc10bed gammar 2018-03-19 15:26:46 -04:00
Hugues Joyal d79e7ccb8b fix styling 2018-03-19 15:15:25 -04:00
Hugues Joyal 7259889fcd missing newline 2018-03-19 13:29:20 -04:00
Hugues Joyal af91d97b68 better comment formating 2018-03-18 08:59:04 -04:00
Hugues Joyal 18701f51ea New line formating 2018-03-18 08:38:20 -04:00
Hugues Joyal 010d713898 style-ci fix 2018-03-18 07:50:27 -04:00
Hugues Joyal 4f8a093dcc Add hashing configuration 2018-03-18 07:47:34 -04:00
Taylor Otwell 29a1739099 add wording 2018-03-14 14:19:07 -05:00
Taylor Otwell 66f5757d58 add stderr example 2018-03-14 14:17:27 -05:00
Taylor Otwell c30adc88c1 adjust variable name 2018-03-13 13:38:47 -05:00
Taylor Otwell 10340d3a02 fix wording 2018-03-13 13:37:32 -05:00
Jason Judge 37b9e0f76d
The default queue "driver" is actually a "connection"
The description here has bothered me for a while, because it is kind of misleading.

The `QUEUE_DRIVER` environment variable perhaps also needs changing to `QUEUE_CONNECTION`, but I'm not sure if that is just too engrained in legacy systems now? I can change that on this PR if you agree, and also the matching `QUEUE_DRIVER=sync` in `.env.example`.
2018-03-13 18:29:01 +00:00
Taylor Otwell a58ceaf6fb
Update filesystems.php 2018-02-27 14:32:22 -06:00
Taylor Otwell c56e3865db
Update filesystems.php 2018-02-27 14:32:00 -06:00
Michal 2572ce1e36 add sftp to supported storage drivers 2018-02-27 19:03:03 +01:00
Taylor Otwell bac7595f02 add hashing config 2018-01-30 08:38:49 -06:00
Taylor Otwell ebb0a2a84f change the default logging channel 2018-01-26 14:41:53 -06:00