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
S. Zain Mehdi
5d4af73c29
Fixed class name resolution via ::class (#143,#129)
2014-12-19 11:26:42 -08:00
Philip Keighley
231e125821
Fix typo in ModelsCommand.php . Fixes #141
2014-12-17 10:28:07 -05: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
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
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
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
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