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 |
|
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 |
|
Barry vd. Heuvel
|
d82e8f191f
|
Fix meta for 5.2 seeder
Fixes #287
|
2015-12-21 20:48:06 +01:00 |
|
Barry vd. Heuvel
|
5497e7d506
|
Merge pull request #294 from bytestream/master
Fixes #293
|
2015-12-14 14:33:18 +01: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 |
|
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 |
|
Barry vd. Heuvel
|
af6d9a7fa1
|
Merge pull request #275 from Houbsi/master
Automatic phpDocs for models: added copy/past
|
2015-10-22 14:34:24 +02: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 |
|
Barry vd. Heuvel
|
11037acfe6
|
Merge pull request #273 from klaude/custom-collection-support
Add custom collection support
|
2015-10-19 09:30:05 +02:00 |
|
Barry vd. Heuvel
|
38a97cf07c
|
Swap facade/alias
See #202
|
2015-08-18 10:57:06 +02:00 |
|
Barry vd. Heuvel
|
74ee804dde
|
Update readme
|
2015-08-14 09:50:36 +02:00 |
|
Barry vd. Heuvel
|
83999f8467
|
Bump version
|
2015-08-13 13:40:00 +02:00 |
|
Barry vd. Heuvel
|
fab54d90dd
|
Merge pull request #252 from mahmutbayri/master
Trim tag text.…
|
2015-08-13 13:12:39 +02:00 |
|
Barry vd. Heuvel
|
3fbe330998
|
Update readme.md
|
2015-08-10 21:05:06 +02: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 |
|
Barry vd. Heuvel
|
0a717d1e79
|
Merge pull request #243 from bebnev/master
fix get_class($this) in relationship functions
|
2015-08-09 15:04:14 +02:00 |
|
Barry vd. Heuvel
|
2b7733c6b9
|
Merge pull request #242 from bebnev/master
fix model docBlocks duplicates
|
2015-08-01 16:59:45 +02:00 |
|
Barry vd. Heuvel
|
e34b7fb84b
|
Merge pull request #232 from konomae/patch-1
Fix vendor:publish provider name
|
2015-07-14 11:09:59 +02:00 |
|
Barry vd. Heuvel
|
19f7d75c10
|
Update readme.md
|
2015-06-25 13:32:53 +02:00 |
|
Barry vd. Heuvel
|
0373861536
|
Add generic factory
|
2015-06-25 10:58:59 +02: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
|
afe1fe88ba
|
Merge pull request #222 from akshayagarwal/patch-1
Update provider include syntax for Laravel 5.1.1 LTS
|
2015-06-11 08:41:55 +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
|
5aa0f55d2f
|
Update composer.json
|
2015-06-07 15:09:00 +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 |
|
Barry vd. Heuvel
|
8b190ac295
|
Merge pull request #211 from MrCue/master
Update ModelsCommand.php
|
2015-05-14 13:40:20 +02: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 |
|
Barry vd. Heuvel
|
b1dedc3ee6
|
5.1 support
|
2015-05-03 16:00:11 +02:00 |
|
Barry vd. Heuvel
|
dac46a081d
|
Merge pull request #201 from elliotwms/patch-1
Indefinite article
|
2015-04-22 17:46:01 +02:00 |
|
Barry vd. Heuvel
|
d9f79eb128
|
Merge pull request #188 from grrnikos/master
update readme.md
|
2015-03-25 21:00:56 +01:00 |
|
Barry vd. Heuvel
|
5afcbdc7c8
|
Supress FQN warning
|
2015-03-17 10:13:32 +01:00 |
|
Barry vd. Heuvel
|
d8d5517f2c
|
Tweak @noinspection
|
2015-03-17 09:00:28 +01:00 |
|
Barry vd. Heuvel
|
f518de4ae1
|
Filter abstracts for common errors
Fixes #184
|
2015-03-17 08:57:14 +01:00 |
|
Barry vd. Heuvel
|
a89273d7ad
|
Add non-static
|
2015-03-16 14:56:44 +01:00 |
|
Barry vd. Heuvel
|
d9004f98cc
|
Update readme
|
2015-03-16 14:55:13 +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
|
d922d7e7ce
|
Add actual command
|
2015-03-16 13:13:00 +01:00 |
|
Barry vd. Heuvel
|
89240e3ceb
|
Add gist
|
2015-03-16 13:05:56 +01:00 |
|
Barry vd. Heuvel
|
d9077b753c
|
Note about missing classes.
|
2015-03-16 13:01:21 +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
|
b1a4494b1c
|
Add note about meta file
|
2015-03-16 12:40:17 +01:00 |
|
Barry vd. Heuvel
|
70c06f5b37
|
Add meta command for phpstorm
|
2015-03-16 12:14:15 +01:00 |
|
Barry vd. Heuvel
|
81b7febfc6
|
Merge pull request #175 from robgeorgeuk/patch-1
New publish config syntax for Laravel 5
|
2015-02-23 16:55:54 +01:00 |
|
Barry vd. Heuvel
|
4cd891eadc
|
Merge pull request #169 from mattwells/master
Authenticatable Contract for User model
|
2015-02-17 13:55:39 +01:00 |
|
Barry vd. Heuvel
|
1f5e436d00
|
Merge pull request #167 from Flynsarmy/octoberConfig
Add support for October CMS config
|
2015-02-12 10:50:01 +01:00 |
|
Barry vd. Heuvel
|
800ac05377
|
Revert
wrong branch
|
2015-02-07 23:18:26 +01:00 |
|
Barry vd. Heuvel
|
50059faa6f
|
Add constraint
Fixes #164
|
2015-02-07 23:10:38 +01:00 |
|
Barry vd. Heuvel
|
bb8d0169ba
|
Merge pull request #162 from claar/patch-1
Bump L4 version number
|
2015-02-05 18:11:23 +01:00 |
|
Barry vd. Heuvel
|
c3a622fcc9
|
Rename 1.8 branch
|
2015-02-05 09:11:12 +01:00 |
|
Barry vd. Heuvel
|
317ef794a5
|
Check for correct facades
|
2015-02-04 09:12:01 +01:00 |
|
Barry vd. Heuvel
|
5c846ca16a
|
Merge pull request #155 from Flynsarmy/authMethodExists
Check for driver method on Auth facade
|
2015-02-04 07:41:52 +01:00 |
|
Barry vd. Heuvel
|
1d4df779d8
|
Update branches
|
2015-02-03 21:01:58 +01:00 |
|
Barry vd. Heuvel
|
8f0d346eaa
|
Tweak config
|
2015-02-03 20:57:49 +01:00 |
|
Barry vd. Heuvel
|
73003c0bea
|
Swap resource arguments
|
2015-01-29 08:13:38 +01:00 |
|
Barry vd. Heuvel
|
f12c785688
|
Skip Redis if not available
|
2015-01-28 10:04:48 +01:00 |
|
Barry vd. Heuvel
|
c0aaabb6d7
|
Update config
|
2015-01-28 10:02:50 +01:00 |
|
Barry vd. Heuvel
|
1e6752a29f
|
Update readme
|
2015-01-28 09:38:57 +01:00 |
|
Barry vd. Heuvel
|
ab50c245d0
|
Update config/resources for L5
|
2015-01-28 09:34:45 +01:00 |
|
Barry vd. Heuvel
|
c94012232f
|
Merge pull request #153 from koenhendriks/patch-1
JSON standard does not allow trailing comma
|
2015-01-22 14:33:30 +01:00 |
|
Barry vd. Heuvel
|
7bc74b1844
|
CS tweaks
|
2015-01-21 11:22:44 +01:00 |
|
Barry vd. Heuvel
|
cfa0333446
|
Tweak quotes for doctrine warning
|
2015-01-21 11:10:03 +01:00 |
|
Barry vd. Heuvel
|
5c6fa1d43f
|
Merge pull request #148 from BaldaI/fix-relations
Fixed class name resolution via get_class() and static::class.
|
2015-01-21 11:05:40 +01:00 |
|
Barry vd. Heuvel
|
23db0e06ca
|
Merge pull request #150 from qufo/patch-1
Update ModelsCommand.php , Add COMMENT info.
|
2015-01-21 11:03:33 +01:00 |
|
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 |
|
Barry vd. Heuvel
|
073d90b791
|
Merge pull request #144 from szainmehdi/master
Fixed class name resolution via ::class (#143,#129)
|
2014-12-20 15:18:35 +01:00 |
|
Barry vd. Heuvel
|
39ffaa62f4
|
Merge pull request #142 from RowdyElectron/master
Fix typo in ModelsCommand.php . Fixes #141
|
2014-12-17 16:30:50 +01:00 |
|
Barry vd. Heuvel
|
f446326967
|
Add fallback package method
For L5
|
2014-12-16 14:10:07 +01:00 |
|
Barry vd. Heuvel
|
e2b59c6cb5
|
Use config the get User model
See #136
|
2014-11-29 13:11:10 +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 |
|
Barry vd. Heuvel
|
486d9d9c4d
|
Simplify installation
http://blog.doh.ms/2014/10/13/installing-composer-packages/
|
2014-10-14 10:39:02 +02:00 |
|
Barry vd. Heuvel
|
ac8b868261
|
Merge pull request #121 from MartinWachocki/patch-1
Fix for functions with variadic arguments
|
2014-10-08 16:11:38 +02:00 |
|
Barry vd. Heuvel
|
89a17fc7b9
|
Merge pull request #118 from rdpascua/dev
fix typo
|
2014-09-28 10:19:31 -04:00 |
|
Barry vd. Heuvel
|
03cc70759b
|
Update composer.json
|
2014-09-15 17:20:52 +02:00 |
|
Barry vd. Heuvel
|
f94743fda5
|
Merge pull request #111 from JonTheNiceGuy/patch-1
Valid JSON :)
|
2014-09-10 09:43:00 +02:00 |
|
Barry vd. Heuvel
|
f2de8d3c65
|
Merge pull request #110 from enigmatic-user/master
Removed space after "@method static ..."
|
2014-09-03 08:57:31 +02:00 |
|
Barry vd. Heuvel
|
f135845100
|
Revert adding costructor back
Doesn't make sense, isn't called static.
|
2014-08-26 13:01:45 +02:00 |
|
Barry vd. Heuvel
|
3c54b17760
|
Add __construct back
See #105
|
2014-08-26 11:53:54 +02:00 |
|
Barry vd. Heuvel
|
9a67d9132f
|
Skip decrement/increment
They are a bit weird.
|
2014-08-26 10:54:34 +02:00 |
|
Barry vd. Heuvel
|
bd33e05304
|
Don't add magic methods
Fixes #105
|
2014-08-26 10:53:32 +02:00 |
|
Barry vd. Heuvel
|
83bdb7acd7
|
Use shortname instead of alias
Fixes #106
|
2014-08-26 10:49:07 +02:00 |
|
Barry vd. Heuvel
|
4fc9c671e8
|
Add getShortName
For #106
|
2014-08-26 10:48:29 +02:00 |
|
Barry vd. Heuvel
|
19aa77ac49
|
Indent with 8 spaces instead of 2 tabs
Similar to the rest.
|
2014-08-12 14:34:30 +02:00 |
|
Barry vd. Heuvel
|
25ec6bd1ea
|
Remove message.
|
2014-08-12 09:14:43 +02:00 |
|
Barry vd. Heuvel
|
1b608fc446
|
Get correct namespace
The other one was empty, now it should be correct. Fixes #97
|
2014-08-11 13:26:11 +02:00 |
|
Barry vd. Heuvel
|
09055582af
|
Add correct context for inheritdoc
Attempt 2 to fix #97
|
2014-08-11 13:05:28 +02:00 |
|
Barry vd. Heuvel
|
4cfcabb63d
|
Normalize return/params from inheritdocs before appending
This normalizes return/param tags, before the tags are added to the docblock. This will preserve the correct context (and namespace).
Should fix #93
|
2014-08-11 12:07:00 +02:00 |
|