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
Barry vd. Heuvel
e9bc9347cc
Cleanup
2014-08-06 19:27:22 +02:00
Barry vd. Heuvel
70ab315092
Detect interfaces/drivers
2014-08-06 19:03:34 +02:00
Barry vd. Heuvel
8dcc74a95f
Add magic methods
2014-08-06 13:04:52 +02:00
Barry vd. Heuvel
27ffcb883c
Tweak inhereting
2014-08-06 12:41:20 +02:00
Barry vd. Heuvel
f29e6037c0
Work on interfaces
2014-08-06 12:29:26 +02:00
Barry vd. Heuvel
8193fa0763
Big refactor
2014-08-06 00:02:00 +02:00
Barry vd. Heuvel
3151019947
Use PSR-4
2014-08-05 20:06:07 +02:00
Barry vd. Heuvel
0d3e70299e
Merge pull request #92 from GrahamCampbell/patch-1
...
Update composer.json
2014-07-27 20:34:01 +02:00
Graham Campbell
32187a580c
Update composer.json
2014-07-27 18:47:51 +01:00
Barry vd. Heuvel
a9dae91e4d
Require doctrine for dev
v1.10.0
2014-06-29 16:07:17 +02:00
Barry vd. Heuvel
645926fd37
Improve trait check
...
Fixes #83
2014-06-29 13:34:52 +02:00
Barry vd. Heuvel
0b70167182
Make doctrine optional
...
Not needed for most people.
2014-06-29 12:35:57 +02:00
Barry vd. Heuvel
138b3deeb1
Loosen reflection-docblock
2014-06-29 12:09:11 +02:00
Barry vd. Heuvel
9f265f0178
Add 1.x-dev branch-alias
2014-06-29 12:03:46 +02:00
Barry vd. Heuvel
26e02d295f
Update readme.md
2014-06-25 19:29:03 +02:00
Barry vd. Heuvel
bfe955ce1f
Add laracasts link
2014-06-25 19:25:35 +02:00
Barry vd. Heuvel
50e760bac1
Merge pull request #85 from ismailbaskin/master
...
Allowing to this package installed by rtablada/package-installer
2014-06-06 08:56:41 +02:00
Ismail BASKIN
e882cdf84d
Allowing to this package installed by rtablada/package-installer
2014-06-05 20:19:22 +03:00
Barry vd. Heuvel
c1286d5a9e
Skip traits
...
See #83
2014-06-05 09:44:37 +02:00
Barry vd. Heuvel
b92d24429d
Enable
...
Might be useful after all ;)
2014-05-20 10:41:24 +02:00
Barry vd. Heuvel
f77f5ae770
Disable where field
...
Maybe make it optional? Feels kind of bloated..
v1.9.2
2014-04-25 13:47:00 +02:00
Barry vd. Heuvel
82ffa52d79
Merge pull request #77 from ukautz/feature-polymorphic
...
Added property methods for polymorphic relations
2014-04-22 14:29:06 +02:00
Ulrich Kautz
d8ed55be7a
Added property methods for polymorphic relations
2014-04-22 14:25:44 +02:00
Barry vd. Heuvel
16f77638f1
Move helpers to root
...
To get them in the namespace.
v1.9.1
2014-03-20 16:20:31 +01:00
Barry vd. Heuvel
348ecb361c
Fix helper files.
...
Fixes #72
2014-03-20 16:15:55 +01:00
Barry vd. Heuvel
df8852e8dd
Use FQN for extending/root
...
Otherwise it doesn't work in namespaces.
v1.9.0
2014-03-18 14:22:52 +01:00
Barry vd. Heuvel
95ab3676dc
Merge pull request #71 from szkuwa/master
...
Wrapping everything with namespaces to allow namespaced aliases
2014-03-18 14:14:18 +01:00
Michał Bieda
bf6ca64a08
Wrapping everything with namespaces to allow namespaced aliases
2014-03-18 13:59:57 +01:00
Barry vd. Heuvel
4e36c08168
Update readme
2014-03-05 18:35:42 +01:00
Barry vd. Heuvel
0577429e4e
Merge pull request #67 from SebSept/master
...
"An Eloquent Model:" is not necessary, removed it.
2014-03-04 08:49:25 +01:00
Sébastien Monterisi
77fbef112d
"An Eloquent Model:" is not necessary, removed it.
...
Not needind it since that information is gathered by IDE* with class definition.
```class Party extends Eloquent {```
*:(almost all ide will, I guess)
2014-03-04 02:25:02 +01:00
Barry vd. Heuvel
bb92081dde
Merge pull request #65 from hailwood/patch-1
...
Update ModelsCommand.php
2014-02-25 10:03:02 +01:00
Matthew Hailwood
23b41db33d
Update ModelsCommand.php
...
Fix for #61 - also returns query builder instance
2014-02-23 18:05:03 +13:00
Barry vd. Heuvel
7b47af171d
Use getDates() for type check
...
Fixes #63
2014-02-21 12:00:54 +01:00
Barry vd. Heuvel
512574de9a
Add dynamic whereField()
...
Fixes #61
Also added backslash to method return types and use full Str facade, not
an alias.
2014-02-21 11:51:39 +01:00
Barry vd. Heuvel
46558e9060
Typo in method name check
...
Fixes #62
2014-02-21 11:28:59 +01:00
Barry vd. Heuvel
f79776d06f
Merge pull request #60 from briankiewel/patch-1
...
Update readme.md
2014-02-19 14:40:47 +01:00
Brian Kiewel
6a1f7d61cf
Update readme.md
...
Escaped underscores in model file name and spelling correction
2014-02-19 08:35:43 -05:00
Barry vd. Heuvel
14cd044103
Catch exception for normalizing
...
Mainly for catching exceptions in inheritdoc etc. Should fix #59
2014-02-14 11:48:19 +01:00
Barry vd. Heuvel
b6a9d8e4f9
Update readme
2014-02-07 10:36:05 +01:00
Barry vd. Heuvel
e6493fd9e8
Tweak multiple models
...
Use array instead of comma seperated
2014-02-07 10:05:51 +01:00
Barry vd. Heuvel
caeb0227b6
Check if the class is a model before instantiating
2014-02-07 09:51:09 +01:00
Barry vd. Heuvel
948eb369a6
Add additional directories
...
For #57 (and #58 ), tweak a bit.
Make the input option an array, so commandline can also add multiple
dirs. Add app/models to the config, prepend the base_path() to every
dir.
2014-02-07 09:50:07 +01:00