Andrew Ellis
ad800d197f
and one more blank line fix for travis-ci
2016-08-19 12:39:16 -06:00
Andrew Ellis
f3a3533b2d
fixed blank line errors for travis-ci build
2016-08-19 12:37:17 -06:00
Andrew Ellis
e938cd3a31
added missing comma
2016-08-19 12:25:22 -06:00
Andrew Ellis
f8c6ec95f6
allow a user to define the type overrides
2016-08-19 12:20:34 -06:00
Barry vd. Heuvel
0a4ff969d2
Merge pull request #375 from leo108/master
...
add support for $casts
2016-08-19 09:26:14 +02:00
leo108
4b47c0b61c
add support for $casts
2016-08-19 07:35:07 +08:00
Barry vd. Heuvel
7598293bc6
Merge pull request #372 from chrisforrence/readme-updates
...
README updates
2016-08-14 18:38:30 +02:00
Chris Forrence
035b14176b
Add instructions on installing for development
2016-08-12 17:39:45 -04:00
Chris Forrence
cb08c6ff81
Grammar-related changes
2016-08-12 17:28:25 -04:00
Barry vd. Heuvel
28af7cd19c
Update composer.json
v2.2.1
2016-07-04 13:52:48 +02:00
Barry vd. Heuvel
8f004f5d6b
Merge pull request #326 from valorin/master
...
Allow for camel case model properties.
2016-07-04 13:45:34 +02:00
Barry vd. Heuvel
da677f1ba5
Merge pull request #357 from tnorthcutt/patch-1
...
An --> A
2016-07-04 13:44:48 +02:00
Barry vd. Heuvel
321844d9a5
Merge pull request #361 from cnanney/patch-1
...
Use FQN for app() methods
2016-06-29 21:27:36 +02:00
Chris Nanney
928389d7a4
Use FQN for app() methods
2016-06-29 10:21:17 -05:00
Travis Northcutt
dbfcfd66c5
An --> A
2016-06-14 07:23:16 -06:00
Barry vd. Heuvel
a9484c67d1
Merge branch 'master' of github.com:barryvdh/laravel-ide-helper
v2.2.0
2016-06-13 21:36:24 +02:00
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