Kennedy Tedesco
ec85297677
[5.4] Remove compile.php
...
It's not used anymore.
2017-01-14 23:05:08 -02:00
Taylor Otwell
7b3e884757
Revert "[5.4] Change PUSHER enviroment variable names"
2017-01-04 15:39:53 -06:00
Taylor Otwell
251140ef8b
use env var
2017-01-04 12:09:43 -06:00
Taylor Otwell
65d551002e
remove url
2017-01-04 10:16:05 -06:00
Taylor Otwell
da62be60e8
Put URL config option on the disk to make it obvious how to customize.
2017-01-04 08:51:49 -06:00
Taylor Otwell
7bb56eff6a
Merge pull request #4093 from TheoKouzelis/fix/pusher-config
...
[5.4] Change PUSHER enviroment variable names
2017-01-04 07:48:56 -06:00
Theo Kouzelis
de750d9ffb
Change PUSHER enviroment variable names
...
pusher.com's copy and paste .env snippet uses enviroment variables that
all start with "PUSHER_APP". This commit brings the config files in line
with pusher.com
2017-01-04 00:29:19 +00:00
Taylor Otwell
770c41552f
Remove fetch mode option.
2017-01-02 17:18:35 -06:00
Taylor Otwell
402b12f915
tweak default cache directory
2016-12-31 21:25:17 -06:00
Taylor Otwell
52f0196fd3
Move broadcast channel registration to a routes file.
...
These are very similar to routes in that they are channel endpoints
that your application supports and they also fully support route model
binding in Laravel 5.4. Upgraded applications do not need to make this
change if they do not want to.
2016-12-30 15:46:05 -06:00
Taylor Otwell
b748931666
Merge pull request #4083 from laravel/tinker
...
[5.4] Added tinker to the default app
2016-12-29 16:55:25 -06:00
Graham Campbell
d7b0e32786
Remove the "mail" driver as recommended, and add "array"
2016-12-29 13:17:27 +00:00
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