Stephen Rees-Carter
a72cd81e5f
Allow for camel case model properties.
2016-03-03 21:36:10 +11:00
Barry vd. Heuvel
f1ebd847aa
Check on actual model, not facade
...
Fixes #311
v2.1.4
2016-03-03 09:45:00 +01:00
Barry vd. Heuvel
83597196f9
Prevent double mixin tags
2016-03-03 09:43:49 +01:00
Barry vd. Heuvel
19553f63e4
Update composer.json
v2.1.3
2016-03-02 11:03:09 +01:00
Barry vd. Heuvel
f50470ba49
Add morphOne, fix morphTo
...
Fixes #236 thanks to @boxfrommars
2016-03-02 10:54:41 +01:00
Barry vd. Heuvel
7762e07f0a
Use new provider config
...
Fixes #274 , #324
2016-03-02 10:47:25 +01:00
Barry vd. Heuvel
467b5f5b5f
Always add whereColumn
...
Fixes #300 , #325
2016-03-02 10:42:37 +01:00
Barry vd. Heuvel
c213be3d3c
Merge pull request #305 from matiaspub/patch-1
...
Add extend \Eloquent for ide-helper:models command
2016-03-02 10:39:21 +01:00
Barry vd. Heuvel
4b8ba85b34
Merge pull request #315 from icedfish/ignore_exception
...
Ignore abstract class or interface, not throw exception
2016-01-28 09:19:58 +01:00
Barry vd. Heuvel
d4c0ae5851
Merge pull request #314 from icedfish/recover-helper-function
...
recover model's whereXXX() helper function
2016-01-28 07:21:05 +01:00
Yu Bing
3a01e351de
Ignore abstract class or interface, not throw exception
2016-01-28 11:37:08 +08:00
Yu Bing
add34665a8
fix typo
2016-01-28 11:20:48 +08:00
Yu Bing
c77752bb58
recover model's whereXXX() helper function
2016-01-28 11:18:42 +08:00
Barry vd. Heuvel
aa8f772a46
Merge pull request #310 from naerymdan/master
...
Add support for Lumen 5.0, 5.1 and 5.2+
2016-01-22 14:33:15 +01:00
Vincent Labreche
0c4c55f349
Add support for Lumen 5.0, 5.1 and 5.2+
2016-01-22 08:30:36 -05:00
Barry vd. Heuvel
ed972acf19
Merge pull request #308 from barryvdh/revert-303-master
...
Revert "Don't use force aliases loading"
2016-01-21 15:55:37 +01:00
Barry vd. Heuvel
60e642e881
Revert "Don't use force aliases loading"
2016-01-21 15:55:29 +01:00
Sergius
4069863d0c
Add extend \Eloquent for ide-helper:models command
...
It's help author to close many issues! )
Like: #269 , #259 , #248 , #209 , #191 , #74 ,
and https://github.com/laravel/framework/issues/7558 )))
etc. maybe
2016-01-12 15:33:05 +02:00
Barry vd. Heuvel
da05897cb7
Merge pull request #303 from dkulyk/master
...
Don't use force aliases loading
2016-01-11 13:00:09 +01:00
Dmytro Kulyk
74bac1a4e9
Don't use force aliases loading
...
Another autoloader throw exception if aliases not exists.
2016-01-11 13:45:41 +02:00
Barry vd. Heuvel
33cee80609
Merge pull request #302 from Propaganistas/patch-1
...
Fix Auth driver detection in Laravel 5.2
2016-01-08 18:03:38 +01:00
Propaganistas
dee3878566
Fix Auth driver detection in Laravel 5.2
2016-01-06 20:31:08 +01:00
Barry vd. Heuvel
eb5736a7bd
Merge pull request #298 from onigoetz/patch-1
...
Allow symfony/class-loader 3.0 to be installed
2016-01-03 11:48:37 +01:00
Stéphane Goetz
cc794a2fba
Allow symfony/class-loader 3.0 to be installed
2016-01-03 11:25:12 +01:00
Barry vd. Heuvel
d82e8f191f
Fix meta for 5.2 seeder
...
Fixes #287
v2.1.2
2015-12-21 20:48:06 +01:00
Barry vd. Heuvel
5497e7d506
Merge pull request #294 from bytestream/master
...
Fixes #293
v2.1.1
2015-12-14 14:33:18 +01:00
Kieran
2f83db311f
Fixes #293
2015-12-14 13:29:24 +00:00
Barry vd. Heuvel
d56bbb2356
Merge pull request #290 from nikolay-zakharov/dev-resource-fails
...
Fixed: fails to generate with resources
2015-12-11 15:38:48 +01:00
Nikolay Zakharov
2fb1135fc5
Fixed: fails to generate with resources
2015-12-11 17:18:14 +03:00
Barry vd. Heuvel
aec17e3327
Update composer.json
2015-12-11 09:26:59 +01:00
Barry vd. Heuvel
0c560cb375
Merge pull request #288 from miraage/fix/models-command
...
fix(models-command): check for default reflectionparameter value
2015-12-07 08:55:26 +01:00
miraage
5708012a77
fix(models-command): check for default reflectionparameter value to prevent fail in variadic params
2015-12-06 13:49:27 +03:00
Barry vd. Heuvel
af6d9a7fa1
Merge pull request #275 from Houbsi/master
...
Automatic phpDocs for models: added copy/past
2015-10-22 14:34:24 +02:00
Mike Houben
f708b9a46c
Automatic phpDocs for models: added copy/past
...
With this information it's much easier to install.
2015-10-22 14:31:54 +02:00
Barry vd. Heuvel
e3de462538
Resolve user model at runtime
...
Fixes #274
2015-10-22 14:26:11 +02:00
Barry vd. Heuvel
76f09aaa65
Remove magic where
2015-10-19 09:32:38 +02:00
Barry vd. Heuvel
56f89502e3
Tweak relation object
...
Tweaks #273
2015-10-19 09:31:08 +02:00
Barry vd. Heuvel
11037acfe6
Merge pull request #273 from klaude/custom-collection-support
...
Add custom collection support
2015-10-19 09:30:05 +02:00
Kevin Laude
e48974e545
Add custom collection support
...
Add support for models that override Eloquent's newCollection() with a
custom collection type. Do this by executing the relationship on the
model then executing that relationship's newCollection() method to see
what type of colletion class is returned.
Remove the now-unused
Barryvdh\LaravelIdeHelper\Console\ModelsCommand::getClassName() method.
2015-10-18 20:54:25 -05:00
Barry vd. Heuvel
38a97cf07c
Swap facade/alias
...
See #202
2015-08-18 10:57:06 +02:00
Barry vd. Heuvel
74ee804dde
Update readme
2015-08-14 09:50:36 +02:00
Barry vd. Heuvel
83999f8467
Bump version
v2.1.0
2015-08-13 13:40:00 +02:00
Barry vd. Heuvel
fab54d90dd
Merge pull request #252 from mahmutbayri/master
...
Trim tag text.…
2015-08-13 13:12:39 +02:00
Mahmut Bayri
5d4056fe87
Trim tag text. If tag doesn't have comment or the comment has any space at the end of line, phpcs (with --standard=PSR2) dedects an error.
2015-08-13 13:42:10 +03:00
Barry vd. Heuvel
3fbe330998
Update readme.md
2015-08-10 21:05:06 +02:00
Barry vd. Heuvel
78d233fea7
Skip validator
2015-08-10 21:01:41 +02:00
Barry vd. Heuvel
0d13a51ff5
Use preset list of aliases in Lumen
2015-08-10 21:00:31 +02:00
Barry vd. Heuvel
326e8ea25f
Bring back changes
...
Missed them from previous commit
2015-08-10 20:38:57 +02:00
Barry vd. Heuvel
e7ee934bb1
Inject filesystem
2015-08-10 20:36:00 +02:00
Barry vd. Heuvel
99953adb73
Inject filesystem instance
2015-08-10 20:35:04 +02:00