Hélio
94b39dc576
Fix the commit for pass StyleCI
2017-05-03 13:22:10 -03:00
Hélio
e26bd3ffb0
Add sqlsrv as group connection
...
Since the doc says that the Laravel supports SQL Server out of the box, makes sense add it, out of the box.
2017-05-03 13:20:25 -03:00
Taylor Otwell
2c6d76469a
Merge pull request #4247 from laurencei/patch-1
...
Revert Queue Prefix
2017-04-28 16:46:22 -05:00
Laurence Ioannou
86e4e204aa
Update queue.php
2017-04-28 21:19:14 +01:00
Taylor Otwell
1193702eea
Merge branch 'master' of github.com:laravel/laravel
2017-04-27 15:05:30 -05:00
Taylor Otwell
1598e7cb70
fix wording
2017-04-27 15:05:22 -05:00
Taylor Otwell
b3725e97b6
Merge pull request #4244 from B-07/patch-5
...
fix typo
2017-04-27 07:37:37 -05:00
Bappi
720e4edce2
fix typo
2017-04-26 22:24:12 +06:00
Taylor Otwell
b9c6353501
add sponsor
2017-04-26 09:04:12 -05:00
Taylor Otwell
e605f54b92
Merge pull request #4240 from B-07/patch-1
...
Update readme.md
2017-04-26 07:42:33 -05:00
Taylor Otwell
a521d4e718
Merge pull request #4241 from B-07/patch-2
...
doctype uppercase to lowercase
2017-04-26 07:42:00 -05:00
Bappi
5e538feb67
doctype uppercase to lowercase
...
no harm, only benefits
2017-04-26 15:20:46 +06:00
Bappi
d964cb4286
Update readme.md
2017-04-26 12:52:10 +06:00
Taylor Otwell
859479a033
Merge pull request #4236 from caiquecastro/master
...
Allow filesystem to be changed on config
2017-04-24 07:50:02 -05:00
Caique Castro
312a79f673
Allow filesystem to be changed on config
...
Allow to change the filesystem storage on the fly.
For example, you can swap the storage disk with a fake one with
Storage::fake for tests.
2017-04-23 14:44:18 -03:00
Taylor Otwell
6869a880b7
adjust wording
2017-04-21 11:39:59 -05:00
Taylor Otwell
743b13d952
Merge branch 'queue-prefix' of https://github.com/browner12/laravel into browner12-queue-prefix
2017-04-21 11:38:41 -05:00
Andrew
d771ee6c8a
add queue prefix value
...
this PR goes along with https://github.com/laravel/framework/pull/18860
2017-04-20 15:31:39 -05:00
Taylor Otwell
49a9f5fd50
Merge pull request #4234 from tillkruss/master
...
Updated changelog
2017-04-20 12:56:40 -05:00
Till Krüss
47e9da691f
Updated changelog
2017-04-20 10:30:29 -07:00
Taylor Otwell
99da499cc8
Merge pull request #4232 from JuanDMeGon/patch-1
...
Ignore the npm debug log
2017-04-19 07:14:24 -05:00
JuanDMeGon
6b2abec45f
Ignore the npm debug log
...
When an NPM run fails, is created a npm-debug.log file. This file can be ignored and should not be published on a Git based repository.
2017-04-18 20:58:22 -05:00
Taylor Otwell
b699ffabce
Merge pull request #4229 from ebuster/patch-1
...
More clear way to assign middleware in controller
2017-04-18 07:41:14 -05:00
Ilya Kudin
9aeef9812a
More clear way to assign middleware in controller
...
Assign guest middleware to LoginController using documented way https://laravel.com/docs/5.4/controllers#controller-middleware
to avoid confusing with $options array values meaning.
2017-04-18 19:13:35 +07:00
Taylor Otwell
d905b2e7be
only load libraries if present
2017-04-17 15:31:48 -05:00
Taylor Otwell
17ec5c51d6
Move the location of Vue inclusion.
2017-04-17 15:30:36 -05:00
Taylor Otwell
bc91dcab93
Merge pull request #4212 from laurencei/patch-1
...
Add string to validation
2017-04-07 16:44:45 -05:00
Laurence Ioannou
99fca4daef
Update RegisterController.php
2017-04-07 21:11:39 +01:00
Taylor Otwell
c6e3d6e5b4
Merge pull request #4208 from misenhower/fix-axios-defaults
...
Add to axios defaults instead of overwriting them
2017-04-06 21:13:00 -05:00
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
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