5326 Commits

Author SHA1 Message Date
Taylor Otwell
182c889736 Merge pull request #4110 from laravel/fix
Bump Mix dependency
2017-01-22 10:27:46 -06:00
Jeffrey Way
b6274c97a1 Bump Mix dependency 2017-01-22 02:08:18 -05:00
Taylor Otwell
5994e24215 Merge branch 'master' into develop 2017-01-21 10:15:21 -06:00
Taylor Otwell
a9fad67e1f fix spacing v5.3.30 2017-01-21 10:15:05 -06:00
Drew Budwin
d1fd418826 Fixed a typo in a block comment queue.php
Normally, words that start with vowels (like "unified") are preceded by "an" instead of "a."  However, "unified" is an exception to the rule.

Source: https://www.a-or-an.com/a_an/unified
2017-01-20 19:51:53 -05:00
Taylor Otwell
4abe343ab9 Merge pull request #4102 from TheoKouzelis/fix/pusher-config-names
[5.4] Change PUSHER enviroment variable names
2017-01-19 08:23:59 -06:00
Theo Kouzelis
1a5f5c6159 [5.4] Change PUSHER enviroment variable names 2017-01-18 20:56:57 +00:00
Taylor Otwell
c679fb1a1e fix spacing 2017-01-17 16:00:28 -06:00
Taylor Otwell
100aa01088 rename mix command to dev 2017-01-17 15:58:53 -06:00
Taylor Otwell
54c5e1585a Trim and convert strings to nulls. 2017-01-17 15:35:36 -06:00
Taylor Otwell
a205b127c6 add mix settings 2017-01-17 14:30:48 -06:00
Taylor Otwell
7cf27b2146 make env variables for aws 2017-01-17 07:41:12 -06:00
Taylor Otwell
590257fbf6 Comment out by default. 2017-01-16 11:08:54 -06:00
Taylor Otwell
01ad31584b add auth session middleware to web group 2017-01-16 11:08:54 -06:00
Taylor Otwell
a6d2034c91 Merge pull request #4098 from KennedyTedesco/compiled-5.4
[5.4] Remove compile.php
2017-01-14 19:13:35 -06:00
Kennedy Tedesco
ec85297677 [5.4] Remove compile.php
It's not used anymore.
2017-01-14 23:05:08 -02:00
Taylor Otwell
1a48254e83 Merge pull request #4095 from laravel/revert-4093-fix/pusher-config
Revert "[5.4] Change PUSHER enviroment variable names"
2017-01-04 15:40:04 -06: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
Taylor Otwell
df1298bfcc Merge pull request #4084 from laravel/mail
[5.4] Remove the "mail" driver as recommended, and add "array"
2016-12-29 07:36:50 -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
b43890c11f Update readme.md 2016-12-28 11:31:53 -06:00
Taylor Otwell
0a1cdb2df6 Update readme.md 2016-12-28 08:31:59 -06:00
Taylor Otwell
077d404c5f list post check middleware 2016-12-19 12:36:33 -06:00
Taylor Otwell
42973cb4e9 spacing 2016-12-17 10:15:15 -06:00
Taylor Otwell
e78ef3ee42 tweak js file 2016-12-17 10:14:49 -06:00
Taylor Otwell
b9db2864fe remove spacing 2016-12-17 10:12:27 -06:00
Taylor Otwell
46e389fb5a remove unneeded files 2016-12-17 10:11:02 -06:00
Taylor Otwell
83b76a7f8b Merge pull request #4074 from driesvints/patch-1
[5.3] Sort Composer packages by default
2016-12-17 09:49:51 -06:00
Dries Vints
483c9678c6 Sort Composer packages by default
It's much easier to search for packages in the composer.json file when they're sorted by default.
2016-12-17 15:25:24 +01:00
Taylor Otwell
696ab5149e make 503 page more consistent with welcome page 2016-12-16 16:49:17 -06:00
Taylor Otwell
45b779f807 cluster option not needed anymore 2016-12-12 16:05:32 -06:00
Taylor Otwell
25aeb5da62 Merge branch 'develop' of github.com:laravel/laravel into develop 2016-12-12 11:04:13 -06:00
Taylor Otwell
c7eb99d2ad add new mail settings 2016-12-12 11:04:03 -06:00
Taylor Otwell
673f110456 Merge pull request #4069 from JosephSilber/route-groups
[5.4] Use path for group directly
2016-12-09 11:47:59 -06:00
Joseph Silber
3e661aa9f5 Use path for group directly 2016-12-08 21:08:33 -05:00
Taylor Otwell
e3ad1abfcc recompile 2016-12-08 14:15:21 -06:00
Taylor Otwell
60cbf6727c rebuild assets 2016-12-08 14:14:42 -06:00
Taylor Otwell
b5ae7aff9f Merge pull request #4068 from yuters/patch-1
Make axios compatible with Request::ajax()
2016-12-08 14:13:14 -06:00
Martin Bastien
f2981650a1 Make axios compatible with Request::ajax()
It seems the library doesn't send the `X-Requested-With: XMLHttpRequest` header by default, if it's not present `$request->ajax()` always returns false.
2016-12-08 11:45:33 -05:00