Barry vd. Heuvel
83597196f9
Prevent double mixin tags
2016-03-03 09:43:49 +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
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
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
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
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
Propaganistas
dee3878566
Fix Auth driver detection in Laravel 5.2
2016-01-06 20:31:08 +01:00
Barry vd. Heuvel
d82e8f191f
Fix meta for 5.2 seeder
...
Fixes #287
2015-12-21 20:48:06 +01:00
Kieran
2f83db311f
Fixes #293
2015-12-14 13:29:24 +00:00
Nikolay Zakharov
2fb1135fc5
Fixed: fails to generate with resources
2015-12-11 17:18:14 +03:00
miraage
5708012a77
fix(models-command): check for default reflectionparameter value to prevent fail in variadic params
2015-12-06 13:49:27 +03:00
Barry vd. Heuvel
e3de462538
Resolve user model at runtime
...
Fixes #274
2015-10-22 14:26:11 +02:00
Barry vd. Heuvel
76f09aaa65
Remove magic where
2015-10-19 09:32:38 +02:00
Barry vd. Heuvel
56f89502e3
Tweak relation object
...
Tweaks #273
2015-10-19 09:31:08 +02:00
Kevin Laude
e48974e545
Add custom collection support
...
Add support for models that override Eloquent's newCollection() with a
custom collection type. Do this by executing the relationship on the
model then executing that relationship's newCollection() method to see
what type of colletion class is returned.
Remove the now-unused
Barryvdh\LaravelIdeHelper\Console\ModelsCommand::getClassName() method.
2015-10-18 20:54:25 -05:00
Barry vd. Heuvel
38a97cf07c
Swap facade/alias
...
See #202
2015-08-18 10:57:06 +02:00
Mahmut Bayri
5d4056fe87
Trim tag text. If tag doesn't have comment or the comment has any space at the end of line, phpcs (with --standard=PSR2) dedects an error.
2015-08-13 13:42:10 +03:00
Barry vd. Heuvel
78d233fea7
Skip validator
2015-08-10 21:01:41 +02:00
Barry vd. Heuvel
0d13a51ff5
Use preset list of aliases in Lumen
2015-08-10 21:00:31 +02:00
Barry vd. Heuvel
326e8ea25f
Bring back changes
...
Missed them from previous commit
2015-08-10 20:38:57 +02:00
Barry vd. Heuvel
e7ee934bb1
Inject filesystem
2015-08-10 20:36:00 +02:00
Barry vd. Heuvel
99953adb73
Inject filesystem instance
2015-08-10 20:35:04 +02:00
Barry vd. Heuvel
0d333c6228
Check for config_path (Lumen)
...
For #202
2015-08-10 20:23:56 +02:00
bebnev
dc62d35bed
fix parsing relations arguments
2015-08-09 15:28:04 +03:00
bebnev
76674be735
fix model docBlocks duplicates
...
Add each parsed model to ignore list, so if it exists more than once it will not be parsed twice.
2015-08-01 17:13:43 +04:00
Barry vd. Heuvel
3a4671f3ea
Update meta file
2015-06-18 14:58:06 +02:00
Barry vd. Heuvel
8515b7ac0b
Use verbosity to hide some errors
2015-06-18 09:11:05 +02:00
Barry vd. Heuvel
541b9508e2
Update compiled locations
2015-06-11 16:11:52 +02:00
Barry vd. Heuvel
bb3bba2c5b
Catch non-existant class fatal exceptions
...
Add autoloader that throws an error, so we can catch errors instead of fatal crashes.
Fixes #220
2015-06-08 09:04:31 +02:00
Barry vd. Heuvel
89b585b242
Merge pull request #212 from modder2/modder2-patch-1
...
Bug fix with model relations
2015-05-15 12:26:15 +02:00
Alexander
f5b1248a37
Bug fix with model relations
...
If relation has other methods, generating doc is fail.
E.g.
$this->belongsToMany('App\User')->withTimestamps();
generate this:
@property-read \Illuminate\Database\Eloquent\Collection|\App\User')->withTimestamps([] $drinks
2015-05-14 14:44:54 +03:00
MrCue
a861bcaf1b
Update ModelsCommand.php
...
Work with tables in different databases
2015-05-13 16:46:47 +01:00
Barry vd. Heuvel
bb3bd2645d
Merge pull request #190 from MalikinSergey/patch-1
...
Add Query\Builder return type to magic scope* methods
2015-05-06 12:08:42 +02:00
Barry vd. Heuvel
687a8c9b47
Merge pull request #178 from fhteam/master_custom_types_support
...
Custom database types support for L5 branch
2015-05-06 12:02:57 +02:00
Malikin Sergey
1d3a98f0e5
Add Query\Builder return type to magic scope* methods
2015-03-29 13:30:50 +03:00
Barry vd. Heuvel
f518de4ae1
Filter abstracts for common errors
...
Fixes #184
2015-03-17 08:57:14 +01:00
Barry vd. Heuvel
765a274c05
More methods
2015-03-16 14:26:28 +01:00
Barry vd. Heuvel
b6a5262f3b
TWeak meta methods
2015-03-16 14:14:57 +01:00
Barry vd. Heuvel
683ed695a5
Fix views
2015-03-16 12:59:27 +01:00
Barry vd. Heuvel
f8c4d4e77a
Fix class imports
2015-03-16 12:52:48 +01:00
Barry vd. Heuvel
70c06f5b37
Add meta command for phpstorm
2015-03-16 12:14:15 +01:00
Vladislav Rastrusny
8378f1bd67
Adding custom DB types support for models
2015-03-03 13:02:47 +03:00
flynsarmy
fb3280eaff
Add support for October CMS config
2015-02-12 19:03:29 +10:00