Barry vd. Heuvel
3064296216
Use fork of reflection docblock
2016-06-13 21:35:48 +02:00
Barry vd. Heuvel
f057a4f820
Merge pull request #351 from ferdiunal/patch-1
...
Laravel 5.2.* composer.json file
2016-06-08 22:28:01 +02:00
Barry vd. Heuvel
091f78508c
Add cache
2016-06-08 22:23:10 +02:00
Barry vd. Heuvel
cf4fcd810c
Prefest dist installs
2016-06-08 22:20:46 +02:00
Barry vd. Heuvel
d3203de671
Remove other badges
2016-06-08 22:12:12 +02:00
Barry vd. Heuvel
093171e01f
Update badges/licence
2016-06-08 22:11:14 +02:00
Barry vd. Heuvel
2d82419167
Test method output
2016-06-08 22:06:05 +02:00
Barry vd. Heuvel
0e84805e37
Update gitignore
2016-06-08 21:39:39 +02:00
Barry vd. Heuvel
7a07515149
Remove build dir
2016-06-08 21:39:24 +02:00
Barry vd. Heuvel
bae462604e
Add test config, CS rules and fix CS
2016-06-08 21:36:25 +02:00
Ferdi ÜNAL
b28c8cbae1
Laravel 5.2.* composer.json file
2016-05-26 14:43:33 +03:00
Barry vd. Heuvel
d734ecabcc
Merge pull request #350 from Kurre/hasManyThrough-relationship
...
Add hasManyThrough relationship
2016-05-25 11:51:22 +02:00
Tommi Finnilä
4f227d5c57
Add hasManyThrough relationship
2016-05-25 09:28:34 +01:00
Barry vd. Heuvel
35ebf3a2ba
Merge pull request #338 from cnanney/patch-1
...
Look for additional facade aliases in app config array
2016-05-12 07:32:54 +02:00
Barry vd. Heuvel
f7b31bdbdc
Merge pull request #345 from alexbowers/patch-1
...
Support Laravel 5.3.x (beta)
2016-05-01 09:29:05 +02:00
Alex Bowers
8de1673535
Update composer.json
2016-05-01 00:08:49 +01:00
Chris Nanney
d818b72f82
Look for additional facade aliases in app config array
...
In my Lumen app, I load my providers and aliases from a `config/app.php` file like in Laravel. Maybe that is uncommon, but this simple PR will include those aliases as well if any are present.
2016-03-29 14:56:12 -05:00
Barry vd. Heuvel
e97ed532f0
Merge pull request #327 from vedmant/master
...
Added support for default storage driver shortcuts, eg. Storage::exists('file.jpg');
2016-03-03 15:38:04 +01:00
Vedmant
606183ea12
Added support for default storage driver shortcuts, eg. Storage::exists('file.jpg');
2016-03-03 16:33:28 +02:00
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