Commit Graph

5425 Commits

Author SHA1 Message Date
Matt Isenhower 0d31e2993b Add to axios defaults instead of overwriting them
This change ensures the default "Accept" header specified by axios is retained.
2017-04-06 15:58:57 -07:00
Taylor Otwell f7b9a590f9 Merge pull request #4203 from KristofMorva/sort-gitignore
Sorting gitignore file
2017-04-03 15:13:58 -05:00
Taylor Otwell d870a0c2ce Merge pull request #4204 from mdavis1982/make-app-name-configurable
Make app name configurable in environment file
2017-04-03 15:13:45 -05:00
Matthew Davis 323e553f33 Make app name configurable in environment file 2017-04-03 20:07:41 +01:00
Morva Kristóf 99d4e59d25 Sorting gitignore file 2017-04-03 21:06:10 +02:00
Taylor Otwell 4882961b41 Merge pull request #4196 from DojoGeekRA/patch-1
DRY some npm scripts
2017-03-31 08:05:21 -05:00
Roberto Aguilar e42ce3eae9 DRY some npm scripts
`dev` and `prod` are just aliases, so this allows to just defer them to their counterparts.

`watch-poll` just adds one extra argument so the special option `--` allows to pass it to the `watch` script.
2017-03-31 00:21:17 -06:00
Taylor Otwell 33c4cab6b7 adjust wording 2017-03-29 10:06:39 -05:00
Taylor Otwell e23a1d284f add trust proxy middleware 2017-03-29 10:05:16 -05:00
Taylor Otwell f5fd03d705 Merge pull request #4193 from KristofMorva/npm-windows
NPM scripts should support Windows
2017-03-29 08:14:37 -05:00
Morva Kristóf 3335525431 NPM scripts should support Windows 2017-03-29 11:45:09 +02:00
Taylor Otwell f16fbd1f8f Merge pull request #4190 from michaeldyrynda/master
Provide consistency with NPM scripts
2017-03-28 07:49:30 -05:00
Taylor Otwell f5b68b1fc5 Update package.json 2017-03-28 07:49:22 -05:00
Taylor Otwell 7ae5c3fcf8 Merge pull request #4191 from daylerees/add-vagrant-to-ignore
Add vagrant virtual machine directory to git ignore list.
2017-03-28 07:47:36 -05:00
Dayle Rees a4d1880450 Add vagrant virtual machine directory to git ignore list. 2017-03-28 09:36:45 +01:00
Michael Dyrynda f19a2f206a Provide consistency with NPM scripts
It trips me up each time that `npm run dev` exists but `npm run prod`
does not. This serves to fix that case, as well as providing consistency
in both directions `dev`/`development` and `prod`/`production`.

[Source](https://twitter.com/michaeldyrynda/status/846507021251690497)
2017-03-28 11:23:08 +10:30
Taylor Otwell 228bc47237 Merge pull request #4186 from tillkruss/patch-1
Added changelog
2017-03-27 11:24:35 -05:00
Taylor Otwell 643248834f Merge pull request #4189 from tabuna/patch-1
Composer -o
2017-03-27 08:59:32 -05:00
Alexandr 2b5925bc62 Composer -o
Composer allows us to optimize the autoloader using the --optimize flag or shortly -o.
2017-03-27 14:31:34 +03:00
Taylor Otwell bc368c627b Merge pull request #4188 from themsaid/laravelMix
Require laravel-mix v0.*
2017-03-26 10:08:51 -05:00
Mohamed Said b19f4e8308 require laravel-mix v0.* 2017-03-26 14:34:05 +02:00
Taylor Otwell 605ffb9ba9 rename example event 2017-03-25 21:17:15 -05:00
Taylor Otwell 5052f14fc4 Merge pull request #4187 from lioannou/patch-1
Possible URL fix?
2017-03-25 20:37:49 -05:00
Laurence Ioannou 4d7676fdb7 Possible URL fix? 2017-03-26 00:12:38 +00:00
Till Krüss 667836b159 Ignore changelog in export 2017-03-25 12:02:22 -07:00
Till Krüss 78117c0285 Removed line 2017-03-25 10:52:13 -07:00
Till Krüss a2151d6682 Added changelog 2017-03-25 09:33:49 -07:00
Taylor Otwell dd8fd39055 correct link 2017-03-24 14:22:49 -05:00
Taylor Otwell d3760f7fbf Add sponsors to readme. 2017-03-24 14:22:06 -05:00
Taylor Otwell e83b2c795b Merge pull request #4184 from JuanDMeGon/patch-1
The .js files should be vendored too
2017-03-22 09:21:04 -05:00
JuanDMeGon 93876d6276 The .js files should be vendored too
Some projects can present JS as the primary language, even clearly being a Laravel/PHP project. With this, that problem can be avoided.
2017-03-22 01:26:12 -05:00
Taylor Otwell 2312580af8 Merge pull request #4180 from halaei/unindex-token
unindex token
2017-03-17 13:04:12 -05:00
Taylor Otwell 1447a0ef50 Merge pull request #4182 from bbashy/patch-1
Mailtrap now reference smtp. for their host value.
2017-03-17 13:02:54 -05:00
Ben Sampson 01fa7e37db Mailtrap now reference smtp. for their host value. 2017-03-17 16:18:18 +00:00
halaei d6d98f9705 unindex token 2017-03-17 11:47:10 +03:30
Taylor Otwell 0c4f0f0a97 Merge pull request #4179 from bshaffer/add-socket-to-database-config
Adds unix_socket to config/database.php for consistency
2017-03-16 08:01:19 -05:00
Brent Shaffer a812983d0b Adds socket to config/database.php for consistency
For the mysql driver only (as this only applies to mysql) add the "socket" configuration parameter and corresponding environment variable.
2017-03-15 17:23:34 -07:00
Taylor Otwell fe5146f854 Merge pull request #4177 from al0mie/al0mie-patch-1
common js style
2017-03-14 11:21:33 -05:00
Alex Mokrenko 7262b44373 common js style 2017-03-14 16:59:18 +03:00
Taylor Otwell 31c2623018 update example 2017-03-14 08:31:54 -05:00
Taylor Otwell 05575687e0 Merge pull request #4174 from kossa/upgrade-mix
Upgrade laravel-mix to 0.8.3
2017-03-09 11:40:53 -06:00
Kouceyla 29db165c6a Upgrade laravel-mix to 0.8.3 2017-03-09 17:58:00 +01:00
Taylor Otwell 76480e1115 Merge branch 'master' of github.com:laravel/laravel 2017-03-08 11:20:29 -06:00
Taylor Otwell b0846539b1 fix cascade 2017-03-08 11:20:18 -06:00
Taylor Otwell bd35127413 Merge pull request #4167 from driesvints/fix-cross-env-bin
Fix cross-env binary
2017-03-06 13:00:33 -06:00
Taylor Otwell 864a82918e fix comment 2017-03-06 08:50:01 -06:00
Fernando Henrique Bandeira a15f3ca8a9 Add Same-site to config 2017-03-06 08:56:41 -03:00
Dries Vints 65c4d16d04
Do not use full paths 2017-03-06 12:39:46 +01:00
Dries Vints f0374e4fe6
Add cross-env as a dependency and update paths 2017-03-06 12:36:45 +01:00
Taylor Otwell d0a6dbf1a2 Merge pull request #4165 from zlatevbg/use-consistent-config-paths
[5.4] Use consistent config paths
2017-03-05 10:33:18 -06:00