Commit Graph

5297 Commits

Author SHA1 Message Date
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
Taylor Otwell 61b157f809 Merge pull request #4067 from JosephSilber/fluent-routes
[5.4] Use fluent routes
2016-12-07 22:27:46 -06:00
Joseph Silber ef1ef753ba Use fluent routes 2016-12-07 22:57:15 -05:00
Taylor Otwell 99bb07502c use new route syntax 2016-12-06 09:40:56 -06:00
Taylor Otwell d1ba0c3d0d Merge pull request #4066 from damiencriado/patch-1
Fix redis password `AUTH` failed
2016-12-06 09:27:27 -06:00
Damien Criado 7d4115f0ca Fix `AUTH` failed: ERR Client sent AUTH 2016-12-06 01:01:43 +01:00
Taylor Otwell d4bddc5649 remove unneeded deps 2016-12-05 13:57:35 -06:00
Taylor Otwell a7481f69d5 fix assertion 2016-12-05 13:22:14 -06:00
Taylor Otwell ba5bde7c91 add trait 2016-12-05 12:58:44 -06:00
Taylor Otwell b64d1e3dc8 fix example test 2016-12-05 12:40:03 -06:00
Taylor Otwell cf73f8cb21 update deps 2016-12-01 11:47:40 -06:00
Taylor Otwell ff15da8d59 remove trait from test 2016-11-29 16:17:23 -06:00
Taylor Otwell 08eefbcc11 Organize tests. 2016-11-29 15:48:33 -06:00
Taylor Otwell 4c6e477131 Merge pull request #4059 from insoutt/insoutt-patch-1
[5.4] Update mounted instead of ready
2016-11-28 17:37:55 -06:00
insoutt cc47df31a8 Update mounted instead of ready 2016-11-28 13:58:11 -05:00
Taylor Otwell cffcc4932d Merge pull request #4055 from themsaid/weakdateroles
add language lines for before_or_equal and after_or_equal
2016-11-21 10:46:24 -06:00
Mohamed Said fa1eae35b9 add language lines for before_or_equal and after_or_equal 2016-11-21 18:27:55 +02:00
Taylor Otwell 6645cae859 Merge pull request #4053 from mattmcdonald-uk/master
Redirect for registration only
2016-11-17 07:52:34 -06:00
Matt McDonald fff42ec631 Redirect for registration only 2016-11-17 09:25:40 +00:00
Taylor Otwell c803ff1caa revert broken PR 2016-11-16 15:15:29 -06:00
Taylor Otwell fc3b4d161f Merge pull request #4052 from laravel/analysis-qomWEg
Applied fixes from StyleCI
2016-11-16 14:57:29 -06:00
Taylor Otwell 8182b99112 Applied fixes from StyleCI 2016-11-16 20:57:24 +00:00
Taylor Otwell b122f775e9 Merge pull request #4051 from lokielse/master
Support predis v1.1.1
2016-11-16 14:57:07 -06: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
Taylor Otwell 038ae10ae7 Merge pull request #4046 from diogoazevedos/master
Use the IP instead of DNS in redis host
2016-11-15 08:19:30 -06:00
Diogo Azevedo 9ca8ed9960 Update the default redis host 2016-11-14 23:44:01 -02:00
Taylor Otwell be90d3fa1b Merge pull request #4045 from DojoGeekRA/patch-1
Changes localhost to 127.0.0.1 in database config
2016-11-14 16:31:02 -06: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