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
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..
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
Barry vd. Heuvel
16f77638f1
Move helpers to root
...
To get them in the namespace.
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.
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
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
Barry vd. Heuvel
bb92081dde
Merge pull request #65 from hailwood/patch-1
...
Update ModelsCommand.php
2014-02-25 10:03:02 +01: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
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
Barry vd. Heuvel
cae77c279d
Allow multi-line relations
...
Fixes #56
Searches for $this->hasMany( etc.
Also allows both " and ' quotes.
2014-02-06 10:45:31 +01:00
Barry vd. Heuvel
2c3c1e96d5
Add CacheStore
2014-02-03 13:10:09 +01:00
Barry vd. Heuvel
874cd4c1a2
Add prefix to table
...
Fixes #54
2014-01-29 16:24:09 +01:00
Barry vd. Heuvel
0dc098a7ba
Merge pull request #47 from AoSiX/patch-1
...
Test if model class is instanciable
2013-12-17 03:04:30 -08:00
Barry vd. Heuvel
facba3a5e6
Merge pull request #45 from bryceray1121/master
...
Removing \r from generator in order to prevent ^M from being inserted in...
2013-12-06 08:51:01 -08:00
Barry vd. Heuvel
af34b1cca2
Add extra class for Artisan
...
Adds the call() command. Fixes #42
2013-11-13 11:55:25 +01:00
Barry vd. Heuvel
098090ed36
Merge pull request #32 from claar/patch-1
...
Use camel case for model scope generation
2013-08-25 06:31:59 -07:00
Barry vd. Heuvel
7f055cec7e
Merge pull request #33 from claar/patch-2
...
Include return value when generating scope methods
2013-08-25 06:30:45 -07:00
Barry vd. Heuvel
28ce1492ad
Update namespace for ReflectionDocblock
2013-08-08 19:09:24 +02:00
Barry vd. Heuvel
742aeb2f56
Add --dir option to readme
...
As described in #18
2013-07-29 16:32:40 +02:00
Barry vd. Heuvel
c1619fd6b3
Merge pull request #28 from tortuetorche/patch-1
...
Loading helper files is broken in GeneratorCommand.php
2013-07-26 05:38:41 -07:00
Barry vd. Heuvel
3ac68d5446
Change order
2013-05-30 21:40:02 +03:00
Barry vd. Heuvel
26f09bccbf
Throw error when compiled.php exists
2013-05-30 21:39:12 +03:00
Barry vd. Heuvel
83d5fe048d
Revert changes
2013-05-29 17:32:38 +02:00
Barry vd. Heuvel
77b1bc923e
Set mapping for enum
2013-05-29 18:31:33 +03:00
Barry vd. Heuvel
9090aeb766
Catch getType
...
Hopefully fixes #19
2013-05-29 18:24:43 +03:00
Barry vd. Heuvel
7c72ba7ee8
Merge pull request #14 from danielboendergaard/add-cache-extra-class
...
Added cache repository to extra classes
2013-05-13 02:29:48 -07:00
Barry vd. Heuvel
7433f40b7f
Merge pull request #13 from danielboendergaard/root-count-bug
...
Fixed bug with several extra roots in extra classes
2013-05-13 02:29:28 -07:00
Barry vd. Heuvel
440dcb1d65
Merge pull request #10 from awellis13/patch-1
...
fixed a bug causing the model command to fail on methods that are not re...
2013-05-07 15:15:27 -07:00
barryvdh
40d9dfd32c
Merge pull request #7 from syphernl/patch-1
...
Check if array of methods is not empty
2013-04-28 08:33:46 -07:00