Commit Graph

5154 Commits

Author SHA1 Message Date
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 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 7b318939c9 Ship axios instead of vue-resource. 2016-11-03 17:06:06 -05:00
Taylor Otwell 100c102fc3 convert binding 2016-10-28 10:09:03 -05:00
Taylor Otwell 5410fb21a7 Merge branch 'master' into develop 2016-10-27 13:44:50 -05:00
Taylor Otwell bc08030b30 Merge pull request #4023 from lkmadushan/formatting-web-routes
comment formatting
2016-10-27 13:44:30 -05:00
Kalpa Perera f7e49840a0 comment formatting 2016-10-27 20:55:08 +05:30
Taylor Otwell 74e35eb084 formatting 2016-10-27 09:39:51 -05:00
Kalpa Perera 6ab4975bac changed typo 2016-10-27 05:11:25 +00:00
vagrant e5147a55f1 Changed web route description 2016-10-27 04:40:15 +00:00
Taylor Otwell 9afcefb794 increment version 2016-10-26 08:17:15 -05: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 c87566b5c9 stability 2016-10-24 17:05:16 -05:00
Taylor Otwell af4f5bd98b change versions 2016-10-24 17:03:46 -05:00
Taylor Otwell 9d01389ce3 use utf8mb4 as default character set 2016-10-24 16:07:22 -05:00
Taylor Otwell 7479a8b920 Merge pull request #4019 from jirehstudios/master
Added recommended parentheses
2016-10-21 14:52:21 -07:00
jirehstudios 3222e302eb Added recommended parentheses
When using arrow functions, parentheses are recommended if the function takes a single argument and uses curly braces. See section 8.4 of Airbnb's JavaScript style guide, one of the most popular.
2016-10-21 11:14:49 -04:00
Taylor Otwell d22b32f4e8 spacing 2016-10-18 07:43:04 -05:00
Mubashar Abbas f55d7a9cb4 Merge https://github.com/laravel/laravel 2016-10-18 13:15:48 +05:00
Mubashar Abbas e7a111c173 made it a little more consistent with the previous sentence. 2016-10-18 13:07:56 +05:00
Taylor Otwell 3437566d66 Merge pull request #4008 from vinkla/patch-1
Remove unnecessary .gitkeep
2016-10-17 09:25:59 -05:00
Vincent Klaiber 1d8dcad342 Remove .gitkeep in migrations directory 2016-10-17 16:04:12 +02:00
Vincent Klaiber 0d2a2e3375 Remove .gitkeep in seeds directory 2016-10-17 16:03:51 +02:00
Taylor Otwell fdef1b6fbe Merge pull request #4007 from vinkla/patch-1
Use fullpath for validator facade
2016-10-17 09:00:25 -05:00
Taylor Otwell 5b7810680d Merge pull request #4001 from RonMelkhior/master
Add redirectTo attribute to the reset password controller
2016-10-17 08:59:26 -05:00
Vincent Klaiber 6325610070 Use fullpath for validator facade
Added fullpath import for the validator facade.
2016-10-17 15:55:26 +02:00
Graham Campbell 7a851c75d9 Merge pull request #4005 from carlosmtrinidad/master
Remove space in _variables.scss
2016-10-17 09:21:02 +01:00
Carlos M. Trinidad 6e8d629ec0 Remove space in _variables.scss 2016-10-16 16:53:26 -05:00
Taylor Otwell 1905c965eb Merge pull request #4004 from diogoazevedos/schema-drop
Use dropIfExists instead of drop
2016-10-16 15:06:04 -05:00
Diogo Azevedo 3ecc0e39ed Use dropIfExists instead of drop 2016-10-16 14:34:56 -02:00
Ron Melkhior 6b73fae8d7 Add redirectTo attribute to the reset password controller 2016-10-16 03:44:24 +03:00
Taylor Otwell 472d6ae508 Merge pull request #4000 from zaknes/master
Add home link to welcome page
2016-10-14 21:12:18 -05:00
Zak Nesler d0fa3fcba6 Added home link to welcome page 2016-10-14 17:27:22 -04:00