Barry vd. Heuvel
ab50c245d0
Update config/resources for L5
2015-01-28 09:34:45 +01:00
flynsarmy
ab85ca4c5a
Check for driver method on Auth facade
2015-01-28 14:31:20 +10:00
Barry vd. Heuvel
c94012232f
Merge pull request #153 from koenhendriks/patch-1
...
JSON standard does not allow trailing comma
2015-01-22 14:33:30 +01:00
Koen Hendriks
b9685a1f83
JSON standard does not allow trailing comma
...
Gives errors for people just copy-pasting ;)
2015-01-22 14:26:26 +01:00
Barry vd. Heuvel
7bc74b1844
CS tweaks
2015-01-21 11:22:44 +01:00
Barry vd. Heuvel
cfa0333446
Tweak quotes for doctrine warning
2015-01-21 11:10:03 +01:00
Barry vd. Heuvel
5c6fa1d43f
Merge pull request #148 from BaldaI/fix-relations
...
Fixed class name resolution via get_class() and static::class.
2015-01-21 11:05:40 +01:00
Barry vd. Heuvel
23db0e06ca
Merge pull request #150 from qufo/patch-1
...
Update ModelsCommand.php , Add COMMENT info.
2015-01-21 11:03:33 +01:00
Barry vd. Heuvel
52b3accd70
Use laravel instance instead of App facade
...
Addition to #138
2015-01-21 11:01:29 +01:00
Barry vd. Heuvel
cc07cd3b2c
Merge pull request #138 from SebSept/patch-1
...
Model doc : create model using App::make($name)
2015-01-21 11:00:26 +01:00
qufo
3113f58f45
Update ModelsCommand.php , Add COMMENT info.
...
When define a class(table) , we will add some comment information to the property (field), the comment information was useful for coder who has bad memory.so ,I think we'd better show the comment at the end of * @property line.
I'm a Chinese, most of my team was Chinese too, the comment information was written by Chinese, so , it's helpful!
-------------------------
当我们定义一个类(表)的时候,我们会给对象(字段)加上一些注释信息,这些注释信息对记忆力不好的程序员很有用,所以我认为我们可以在属性行的尾部加入注释信息
我是个中国人,我团队中的大部分人也是中国人,这些注释信息是中文写的,对他们很有帮助。
2015-01-08 17:28:00 +08:00
BaldaI
d00dc62ed6
Fixed class name resolution via get_class() and static::class.
2015-01-01 13:58:32 +10:00
Barry vd. Heuvel
073d90b791
Merge pull request #144 from szainmehdi/master
...
Fixed class name resolution via ::class (#143,#129)
2014-12-20 15:18:35 +01:00
S. Zain Mehdi
5d4af73c29
Fixed class name resolution via ::class (#143,#129)
2014-12-19 11:26:42 -08:00
Barry vd. Heuvel
39ffaa62f4
Merge pull request #142 from RowdyElectron/master
...
Fix typo in ModelsCommand.php . Fixes #141
2014-12-17 16:30:50 +01:00
Philip Keighley
231e125821
Fix typo in ModelsCommand.php . Fixes #141
2014-12-17 10:28:07 -05:00
Barry vd. Heuvel
f446326967
Add fallback package method
...
For L5
2014-12-16 14:10:07 +01:00
Sébastien Monterisi
57dc033061
Model doc : create model using App::make($name)
...
trying to generate doc for a model with dependencies in constructor will fail with `new $name` .
Now it works using App:make($name).
Laravel IOC resolves the dependencies.
2014-12-06 23:04:58 +01:00
Barry vd. Heuvel
e2b59c6cb5
Use config the get User model
...
See #136
2014-11-29 13:11:10 +01:00
Barry vd. Heuvel
736f2f387e
Remove verbose comments
...
Just show when it's actually a Model, not every class (for L5
especially). See #135
2014-11-29 12:53:37 +01:00
Barry vd. Heuvel
486d9d9c4d
Simplify installation
...
http://blog.doh.ms/2014/10/13/installing-composer-packages/
2014-10-14 10:39:02 +02:00
Barry vd. Heuvel
ac8b868261
Merge pull request #121 from MartinWachocki/patch-1
...
Fix for functions with variadic arguments
2014-10-08 16:11:38 +02:00
Martin Wachocki
c0eb7e2d7e
Fix for functions with variadic arguments
...
The `php artisan ide-helper:generate` command fails with the following error for functions with variadic arguments:
[ReflectionException]
Internal error: Failed to retrieve the default value
2014-10-08 10:06:59 -04:00
Barry vd. Heuvel
89a17fc7b9
Merge pull request #118 from rdpascua/dev
...
fix typo
2014-09-28 10:19:31 -04:00
Ricardo Pascua Jr
ec43d4e65b
fix typo
2014-09-28 21:37:55 +08:00
Barry vd. Heuvel
03cc70759b
Update composer.json
2014-09-15 17:20:52 +02:00
Barry vd. Heuvel
f94743fda5
Merge pull request #111 from JonTheNiceGuy/patch-1
...
Valid JSON :)
2014-09-10 09:43:00 +02:00
Jon "The Nice Guy" Spriggs
3eabba3e5d
Valid JSON :)
...
This reduces the number of errors my IDE shouts at me for :)
2014-09-03 20:03:52 +01:00
Barry vd. Heuvel
f2de8d3c65
Merge pull request #110 from enigmatic-user/master
...
Removed space after "@method static ..."
2014-09-03 08:57:31 +02:00
Jan-Christoph Ihrens
10e16a0bdc
Removed space after "@method static ..."
...
According to PSR-2, "there MUST NOT be trailing whitespace at the end of non-blank lines" (http://www.php-fig.org/psr/psr-2/ ). My IDE is checking for this, and I always have to remove the spaces manually... ;-)
2014-09-03 08:51:03 +02:00
Barry vd. Heuvel
f135845100
Revert adding costructor back
...
Doesn't make sense, isn't called static.
2014-08-26 13:01:45 +02:00
Barry vd. Heuvel
3c54b17760
Add __construct back
...
See #105
2014-08-26 11:53:54 +02:00
Barry vd. Heuvel
9a67d9132f
Skip decrement/increment
...
They are a bit weird.
v1.11.3
2014-08-26 10:54:34 +02:00
Barry vd. Heuvel
bd33e05304
Don't add magic methods
...
Fixes #105
2014-08-26 10:53:32 +02:00
Barry vd. Heuvel
83bdb7acd7
Use shortname instead of alias
...
Fixes #106
2014-08-26 10:49:07 +02:00
Barry vd. Heuvel
4fc9c671e8
Add getShortName
...
For #106
2014-08-26 10:48:29 +02:00
Barry vd. Heuvel
6c18c3f39a
Add json format
2014-08-19 09:49:07 +02:00
Barry vd. Heuvel
19aa77ac49
Indent with 8 spaces instead of 2 tabs
...
Similar to the rest.
v1.11.2
2014-08-12 14:34:30 +02:00
Barry vd. Heuvel
25ec6bd1ea
Remove message.
2014-08-12 09:14:43 +02:00
Barry vd. Heuvel
1b608fc446
Get correct namespace
...
The other one was empty, now it should be correct. Fixes #97
v1.11.1
2014-08-11 13:26:11 +02:00
Barry vd. Heuvel
09055582af
Add correct context for inheritdoc
...
Attempt 2 to fix #97
2014-08-11 13:05:28 +02:00
Barry vd. Heuvel
4cfcabb63d
Normalize return/params from inheritdocs before appending
...
This normalizes return/param tags, before the tags are added to the docblock. This will preserve the correct context (and namespace).
Should fix #93
2014-08-11 12:07:00 +02:00
Barry vd. Heuvel
cbfd53e0f9
Merge pull request #99 from alxy/patch-1
...
Fix a copy paste error (probably)
2014-08-11 11:01:57 +02:00
Barry vd. Heuvel
fd11d89fa7
Clarify trait/interface message in model generator
...
Makes it clear why a trait/interface is skipped.
Fixes #98
2014-08-11 11:01:19 +02:00
alxy
7f335274bf
Fix a copy paste error (probably)
...
I don't use this helper, however, I guess that line wasnt correct.
2014-08-11 10:30:52 +02:00
Barry vd. Heuvel
c01769aebd
Add note to config for interfaces
2014-08-10 10:02:50 +02:00
Barry vd. Heuvel
b80db2cebf
Fix error
v1.11.0
2014-08-09 23:03:31 +02:00
Barry vd. Heuvel
97a16c9ca4
Expand types to use FQN
2014-08-07 13:26:45 +02:00
Barry vd. Heuvel
91033293b9
Tweak layout
2014-08-06 20:30:42 +02:00
Barry vd. Heuvel
41a15aa169
Merge pull request #96 from barryvdh/dev
...
Refactor ide-helper generator
2014-08-06 19:33:22 +02:00