Pavlo Zhukov
|
eff51d41b3
|
Add missed getRealName() call for $namespaces_by_alias group
|
2018-10-01 03:25:34 +03:00 |
|
Pavlo Zhukov
|
b14d983f74
|
Change comments style to allow folding and make its clear
|
2018-10-01 00:50:28 +03:00 |
|
Pavlo Zhukov
|
1fdc866fb0
|
Fix missed autocomplete in helper view
|
2018-10-01 00:39:40 +03:00 |
|
Pavlo Zhukov
|
d7359b86d4
|
Avoid code duplication in constructors
|
2018-10-01 00:20:54 +03:00 |
|
Pavlo Zhukov
|
5d8d93273f
|
Fix missed helpers for abstract methods the same name but different classes
|
2018-10-01 00:02:03 +03:00 |
|
Manabu Matsui
|
30e5300e49
|
Fix alias class existence determination
|
2018-09-14 10:16:13 +09:00 |
|
Barry vd. Heuvel
|
593e0d4aa7
|
Merge pull request #701 from brendt/master
Add ::query support
|
2018-09-07 12:07:33 +02:00 |
|
Brent Roose
|
e7d4cb322f
|
Update ModelsCommand.php
|
2018-09-07 10:29:59 +02:00 |
|
Brent Roose
|
5318f485e2
|
Add ::query support
|
2018-09-07 10:27:20 +02:00 |
|
Barry vd. Heuvel
|
7db1843473
|
Remove Eloquent mixin thing
v2.5.1
|
2018-09-06 20:41:09 +02:00 |
|
Barry vd. Heuvel
|
1989d0e794
|
Update .travis.yml
|
2018-09-04 16:19:48 +02:00 |
|
Barry vd. Heuvel
|
09db8c9a76
|
Update composer.json
v2.5.0
|
2018-08-31 15:28:09 +02:00 |
|
Barry vd. Heuvel
|
4aa43fa613
|
Merge pull request #690 from kevinpijning/laravel-5.7-support
Laravel 5.7 support
|
2018-08-21 11:29:23 +02:00 |
|
kevin
|
d55b48476e
|
Laravel 5.7 support
Added Laravel 5.7 support
|
2018-08-15 09:57:53 +02:00 |
|
Barry vd. Heuvel
|
45e84b9070
|
Merge pull request #678 from BinotaLIU/add-fluent-change
add change modifier
|
2018-07-16 09:12:17 +02:00 |
|
BinotaLIU
|
f472c26601
|
add change modifier
|
2018-07-05 19:31:23 +08:00 |
|
Barry vd. Heuvel
|
1deadced46
|
Merge pull request #675 from glamorous/bugfix/phpstan-error-formatter
bugfix - Space/Enter between starting php tag and comment for PHPStan
|
2018-06-21 14:14:18 +02:00 |
|
Jonas De Smet
|
e1d1352ac5
|
bugfix - Space/Enter between starting php tag and comment for PHPStan
|
2018-06-19 14:59:59 +02:00 |
|
Barry vd. Heuvel
|
65e3278c86
|
Merge pull request #668 from falnyr/final-abstract-class
Added support for abstract/final models.
|
2018-06-13 10:16:26 +02:00 |
|
Barry vd. Heuvel
|
efd7e51566
|
Merge pull request #671 from eidng8/patch-2
suppress formatter in meta file
|
2018-06-13 10:16:01 +02:00 |
|
Barry vd. Heuvel
|
2a5dda6a27
|
Merge pull request #672 from eidng8/patch-3
suppress formatter in helper file
|
2018-06-13 10:15:47 +02:00 |
|
Jackey Cheung
|
6577af8464
|
suppress formatter in helper file
|
2018-06-13 10:24:58 +08:00 |
|
Jackey Cheung
|
6c7bc371f9
|
suppress formatter in meta file
|
2018-06-13 10:21:51 +08:00 |
|
Jan Alfred Richter
|
217b8989c2
|
Added support for abstract/final models.
|
2018-05-31 15:39:22 +12:00 |
|
Barry vd. Heuvel
|
c003eb40d7
|
Merge pull request #667 from BinotaLIU/master
nullable is actually support an argument
|
2018-05-29 17:29:40 +02:00 |
|
BinotaLIU
|
1a3d32f0d1
|
nullable actually support an argument
|
2018-05-29 22:28:49 +08:00 |
|
Barry vd. Heuvel
|
bd733b7b7c
|
Merge pull request #665 from JeppeKnockaert/fix-model-comments
Only skip non-models when generating docs
|
2018-05-24 14:10:51 +02:00 |
|
Jeppe Knockaert
|
93630fdf62
|
Only skip non-models when generating docs
The fix made in PR https://github.com/barryvdh/laravel-ide-helper/pull/614 for issue https://github.com/barryvdh/laravel-ide-helper/issues/253 was incorrect as it resulted in comments
no longer being generated for Models that are not Pivot Rlations.
This PR allow comments to be generated for both Pivot Models (as they are
a subclass of Eloquent\Model) and normal Models.
|
2018-05-24 11:43:03 +02:00 |
|
Barry vd. Heuvel
|
f64ed52205
|
Merge pull request #664 from huydang284/master
ide-helper:models error when model's method has parameters and also has relation
|
2018-05-24 10:32:51 +02:00 |
|
Huy Dang
|
ba28841870
|
fix case relation method has parameter
|
2018-05-22 13:26:27 +07:00 |
|
Barry vd. Heuvel
|
b02a0bc6c9
|
Update phpunit.xml.dist
|
2018-05-07 13:03:54 +02:00 |
|
Barry vd. Heuvel
|
a665961fb9
|
Update .travis.yml
|
2018-05-07 12:56:29 +02:00 |
|
Barry vd. Heuvel
|
83852e9de0
|
Update .travis.yml
|
2018-05-07 12:41:54 +02:00 |
|
Barry vd. Heuvel
|
d2f29d997b
|
Update .travis.yml
|
2018-05-07 11:56:03 +02:00 |
|
Barry vd. Heuvel
|
cbacb28f19
|
Update .travis.yml
|
2018-05-07 11:55:44 +02:00 |
|
Barry vd. Heuvel
|
930e5bd301
|
Update composer.json
|
2018-05-07 11:49:06 +02:00 |
|
Barry vd. Heuvel
|
930d258cd4
|
Update composer.json
|
2018-05-07 11:48:47 +02:00 |
|
Barry vd. Heuvel
|
94248adae8
|
Merge pull request #600 from mike-grinspan/patch-1
Use Illuminate\Support\Carbon instead of Carbon\Carbon
|
2018-05-07 11:44:40 +02:00 |
|
Barry vd. Heuvel
|
50ecd8b815
|
Update CS, typo
|
2018-05-07 11:38:57 +02:00 |
|
Barry vd. Heuvel
|
1b70277203
|
Typo
|
2018-05-07 11:25:19 +02:00 |
|
Barry vd. Heuvel
|
87a03fd9c4
|
Merge pull request #576 from yuklia/docs-enhancment
Add notice about "Package Auto-Discovery" to docs
|
2018-05-07 11:23:21 +02:00 |
|
Barry vd. Heuvel
|
b8a73bcab9
|
Merge pull request #581 from soltmar/master
Changed overwriting confirmation message
|
2018-05-07 11:23:06 +02:00 |
|
Barry vd. Heuvel
|
0556991c69
|
Merge pull request #583 from inxilpro/support-fakes
Support for ::fake() calls
|
2018-05-07 11:22:33 +02:00 |
|
Barry vd. Heuvel
|
be78ac62cd
|
Merge pull request #589 from mfn/patch-1
Keep "null"-ness of column even with model casts
|
2018-05-07 11:21:47 +02:00 |
|
Barry vd. Heuvel
|
265f00c322
|
Update LICENSE.md
|
2018-05-07 11:20:53 +02:00 |
|
Barry vd. Heuvel
|
bbd96d3616
|
Merge pull request #609 from lx1036/patch
Sort keys for generating stable .phpstorm.meta.php
|
2018-05-07 11:17:33 +02:00 |
|
Barry vd. Heuvel
|
8d913089db
|
Merge pull request #614 from WickedSik/master
Allow command to find and use pivot models
|
2018-05-07 11:17:07 +02:00 |
|
Barry vd. Heuvel
|
9a2588cb3a
|
Merge pull request #612 from westphalen/master
Added Validator and Gate facades for Lumen
|
2018-05-07 11:16:47 +02:00 |
|
Barry vd. Heuvel
|
e7fa36bdc3
|
Merge pull request #629 from bedezign/smart-reset
"smart-reset": Reset properties/methods, but keep the text
|
2018-05-07 11:15:59 +02:00 |
|
Barry vd. Heuvel
|
b1e868c5fc
|
Merge pull request #621 from Zae/feature/fix-callable-macros
Support php's array callable format for macro's.
|
2018-05-07 11:15:49 +02:00 |
|