Florian Lefèvre
b611cb5eff
Add namespaced aliases ( #456 )
...
* Add namespaced aliases
* Move aliases regouping logic in Generator
* Fix getValidAliases return type
2017-03-05 20:04:42 +01:00
Barry vd. Heuvel
e82de98cef
Add Eloquent methods back
v2.3.2
2017-02-22 13:27:33 +01:00
arasharg
456853be46
ignore intermediate table models ( #454 )
2017-02-22 08:59:06 +01:00
Barry vd. Heuvel
25c8de637d
Skip eloquent
...
Fixes #https://github.com/barryvdh/laravel-ide-helper/issues/451
v2.3.1
2017-02-20 13:54:53 +01:00
Emmanuel Maggion
5a841a209d
Fix case ( #452 )
2017-02-20 11:52:55 +01:00
Barry vd. Heuvel
56660cab84
Update composer.json
2017-02-14 16:45:07 +01:00
Zimin Cao
555d3e3700
Add documentation in readme.md for Laravel Fluent methods support ( #446 )
...
* Added readme for Fluent methods
* Add readme for Laravel Fluent methods
v2.3.0
2017-02-13 20:20:12 +01:00
Tommi Finnilae
963ead0a01
Correct Fluent helper output ( #445 )
...
'references()' and 'on()' argument names were backwards
2017-02-13 12:53:06 +01:00
Florian Lefèvre
8c306035aa
Fix facades fullpath autocomplete ( #441 )
...
* Add method to retrieve namespace of extended class
* Regroup classes by namespace of the class they extends
* Restore facades shortnames
* Fix classnames used for methods declaration
2017-02-13 12:52:36 +01:00
Barry vd. Heuvel
f1e93f042d
Update helper.php
2017-02-03 15:05:31 +01:00
Charles Peterson
5280b47750
readme spelling ( #436 )
...
just a couple spelling fixes for the readme file.
2017-02-01 09:59:19 +01:00
Florian Lefèvre
525733122e
Add facades fullpath autocomplete ( #437 )
...
* Add method to retrieve namespace of extended class
* Regroup classes by namespace of the class they extends
* Restore facades shortnames
2017-02-01 07:21:31 +01:00
Django Eijgensteijn
a7fc2ec489
Sorting model docs ( #424 )
v2.2.3
2017-01-05 22:20:42 +01:00
Barry vd. Heuvel
8caca941b3
Update IdeHelperServiceProvider.php
2017-01-05 10:02:31 +01:00
Barry vd. Heuvel
e96943fe6f
Use singleton instead of share
2017-01-05 09:58:45 +01:00
Barry vd. Heuvel
df3ecb2843
Update composer.json
2016-12-09 12:13:18 +01:00
Jackey Cheung
105f14a50d
Add Fluent helpers (using config option) ( #404 )
...
* add fluent option to Generator
* add fluent to helper output
* add fluent option to config
* typo
v2.2.2
2016-11-15 09:21:23 +01:00
Barry vd. Heuvel
5fad258f5d
Merge pull request #397 from ockle/scope-typehints
...
Scope parameter typehints
2016-10-13 09:23:59 +02:00
ockle
13e65d3885
if model scope method parameters have typehints, add them to the docblock
2016-10-12 21:53:42 +01:00
Barry vd. Heuvel
22612733a2
Merge pull request #389 from pinepain/return_type
...
Use accessor docblock return type to guess property type
2016-09-08 08:54:27 +02:00
Barry vd. Heuvel
dc476f9736
Merge pull request #388 from KarimGeiger/master
...
Fix "Using $this when not in object context" bug
2016-09-07 15:05:31 +02:00
Bogdan Padalko
71cb03ca6a
Use accessor docblock return type to guess property type
2016-09-06 12:24:42 +03:00
Karim Geiger
abe2df5853
Fix "Using $this when not in object context" bug
...
This commit fixes the "Using $this when not in object context" bug for the Lumen configuration. Since the `bootstrap/app.php`-file is not in object context, and the `app` instance accessible using the `$app` variable directly, using `$this->app` will result in a fatal error.
2016-09-05 23:24:04 +02:00
Barry vd. Heuvel
2de6ab6038
Merge pull request #387 from DarkGhostHunter/master
...
Update readme.md
2016-09-03 00:21:49 +02:00
Italo
c229335651
Update readme.md
...
Typos and H2
2016-09-02 19:14:12 -03:00
Italo
495361e501
Update readme.md
2016-09-02 13:44:58 -03:00
Barry vd. Heuvel
7583353915
Merge pull request #386 from dimsav/patch-1
...
Minor style fix in readme
2016-09-02 16:16:38 +02:00
Dimitris Savvopoulos
16c570c589
Minor style fix in readme
2016-09-02 12:50:36 +03:00
Barry vd. Heuvel
884eaeeb1a
Check if getCasts() exists
...
Fixes #382
2016-08-26 13:37:21 +02:00
Barry vd. Heuvel
b6706683b2
Merge pull request #380 from ellisio/patch-1
...
hotfix for type overrides
2016-08-26 13:27:42 +02:00
Andrew Ellis
6f9b90c204
hotfix for type overrides
...
Oops, looks like I forgot to commit one call to the new method. This is related to #377 .
2016-08-25 18:53:51 -06:00
Barry vd. Heuvel
e1a0f034a1
Merge pull request #377 from ellisio/type-overrides
...
Allow Type Overrides
2016-08-24 22:41:37 +02:00
Andrew Ellis
b75f879383
uncommented defaults
2016-08-24 14:23:02 -06:00
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