Barry vd. Heuvel
d2f29d997b
Update .travis.yml
2018-05-07 11:56:03 +02:00
Barry vd. Heuvel
cbacb28f19
Update .travis.yml
2018-05-07 11:55:44 +02:00
Barry vd. Heuvel
930e5bd301
Update composer.json
2018-05-07 11:49:06 +02:00
Barry vd. Heuvel
930d258cd4
Update composer.json
2018-05-07 11:48:47 +02:00
Barry vd. Heuvel
94248adae8
Merge pull request #600 from mike-grinspan/patch-1
...
Use Illuminate\Support\Carbon instead of Carbon\Carbon
2018-05-07 11:44:40 +02:00
Barry vd. Heuvel
50ecd8b815
Update CS, typo
2018-05-07 11:38:57 +02:00
Barry vd. Heuvel
1b70277203
Typo
2018-05-07 11:25:19 +02:00
Barry vd. Heuvel
87a03fd9c4
Merge pull request #576 from yuklia/docs-enhancment
...
Add notice about "Package Auto-Discovery" to docs
2018-05-07 11:23:21 +02:00
Barry vd. Heuvel
b8a73bcab9
Merge pull request #581 from soltmar/master
...
Changed overwriting confirmation message
2018-05-07 11:23:06 +02:00
Barry vd. Heuvel
0556991c69
Merge pull request #583 from inxilpro/support-fakes
...
Support for ::fake() calls
2018-05-07 11:22:33 +02:00
Barry vd. Heuvel
be78ac62cd
Merge pull request #589 from mfn/patch-1
...
Keep "null"-ness of column even with model casts
2018-05-07 11:21:47 +02:00
Barry vd. Heuvel
265f00c322
Update LICENSE.md
2018-05-07 11:20:53 +02:00
Barry vd. Heuvel
bbd96d3616
Merge pull request #609 from lx1036/patch
...
Sort keys for generating stable .phpstorm.meta.php
2018-05-07 11:17:33 +02:00
Barry vd. Heuvel
8d913089db
Merge pull request #614 from WickedSik/master
...
Allow command to find and use pivot models
2018-05-07 11:17:07 +02:00
Barry vd. Heuvel
9a2588cb3a
Merge pull request #612 from westphalen/master
...
Added Validator and Gate facades for Lumen
2018-05-07 11:16:47 +02:00
Barry vd. Heuvel
e7fa36bdc3
Merge pull request #629 from bedezign/smart-reset
...
"smart-reset": Reset properties/methods, but keep the text
2018-05-07 11:15:59 +02:00
Barry vd. Heuvel
b1e868c5fc
Merge pull request #621 from Zae/feature/fix-callable-macros
...
Support php's array callable format for macro's.
2018-05-07 11:15:49 +02:00
Barry vd. Heuvel
203d60dc8c
Merge branch 'master' into feature/fix-callable-macros
2018-05-07 11:15:43 +02:00
Barry vd. Heuvel
f5275b700a
Merge pull request #632 from JeppeKnockaert/feature/add-morphedByMany-relation
...
Add morphedByMany relationship
2018-05-07 11:13:27 +02:00
Barry vd. Heuvel
046a9bcc77
Merge pull request #647 from eidng8/eidng8-suppress-formatter
...
suppress PHPStorm formatter
2018-05-07 11:10:25 +02:00
Barry vd. Heuvel
c6191830ab
Merge pull request #660 from TomzxForks/fixes/659-use-composer-classmapgenerator
...
Replace Symfony ClassMapGenerator with Composer ClassMapGenerator
2018-05-07 11:09:58 +02:00
Barry vd. Heuvel
cfff7721bc
Merge pull request #661 from tzurbaev/patch-1
...
Remove `mixed` typehint from `Fluent::default` method
2018-05-07 11:09:27 +02:00
Timur Zurbaev
4691bc5fbd
Remove mixed typehint from Fluent::default method
2018-05-05 10:09:30 +08:00
Tom Rochette
b1b05b694b
Remove dependecy to Symfony\Component\ClassLoader\ClassMapGenerator and replace it with Composer\Autoload\ClassMapGenerator.
2018-05-03 16:02:16 -04:00
Barry vd. Heuvel
98d6087a1e
Merge pull request #568 from fisharebest/artisan-optimize
...
The 'artisan optimize' command is now deprecated.
2018-03-26 12:18:59 +02:00
Jackey Cheung
c7b7ebf1b5
suppress PHPStorm formatter
2018-03-21 11:36:02 +08:00
Jeppe Knockaert
17982029f0
Move long one-line array to multiple lines
2018-02-14 12:15:38 +01:00
Jeppe Knockaert
bda5120e9a
Add morphedByMany relationship
2018-02-14 12:06:45 +01:00
Steve Guns
d961482d22
Fixed PHPCS PSR2 issues
2018-02-14 08:59:19 +01:00
Steve Guns
8852b1ca9d
Added "smart-reset": Reset properties/methods, but keep the docBlock text, if any
2018-02-11 19:09:33 +01:00
Barry vd. Heuvel
b644e48801
Merge pull request #618 from glamorous/feature/docblocks-on-classes
...
Add DocBlocks for classes too
2018-02-10 14:47:48 +01:00
Barry vd. Heuvel
09610da602
Merge pull request #626 from barryvdh/revert-624-Fix/623
...
Revert "Fixes a bug where a missing DocBlock caused errors"
2018-02-08 17:01:01 +01:00
Barry vd. Heuvel
2d56afce8e
Revert "Fixes a bug where a missing DocBlock caused errors"
2018-02-08 17:00:48 +01:00
Barry vd. Heuvel
5c304db44f
Merge pull request #624 from iPaat/Fix/623
...
Fixes a bug where a missing DocBlock caused errors
v2.4.3
2018-02-08 08:56:07 +01:00
Patrick
1fc4284af6
Fixes for Travis.
2018-02-07 13:24:36 +01:00
Patrick
ea113e8c0b
Fixes a bug where a missing DocBlock caused errors
2018-02-07 13:17:03 +01:00
Barry vd. Heuvel
387efb9b42
Allow L5.6
v2.4.2
2018-02-07 09:31:35 +01:00
Ezra Pool
8ab907f219
Support php's array callable format for macro's.
...
This allows you to define methods like this as well: Str::macro('name', [$this, 'method']);
2018-02-03 21:10:48 +01:00
Jonas De Smet
e29e035135
Add DocBlocks for classes too
2018-02-01 15:53:32 +01:00
Jurrien Dokter
7b2786ac2b
Fixing issue #253
2018-01-27 13:01:07 +01:00
Sune Westphalen
76bd86dbaf
Added Validator and Gate facades for Lumen.
2018-01-23 13:56:22 +07:00
Xiang Liu
7b067198a6
Sort keys for generating stable .phpstorm.meta.php
2018-01-15 12:44:44 +08:00
Mike
b6f525b320
Use Illuminate\Support\Carbon instead of Carbon\Carbon in config/ide-helper.php
2017-12-27 17:26:16 -05:00
Mike
d65f1cedcd
Use Illuminate\Support\Carbon instead of Carbon\Carbon in readme.md
2017-12-27 17:25:44 -05:00
Mike
df6b1b6f82
Use Illuminate\Support\Carbon instead of Carbon\Carbon
2017-12-27 17:17:00 -05:00
Markus Fischer
76a1952c41
Keep "null"-ness of column even with model casts
...
A cast in Laravel should only affect the type, but not the database intrinsics whether a column accepts `null` or not.
As an example, consider this table (Postgres syntax):
```sql
CREATE TABLE foo (
some_column jsonb
);
```
This will be generated as: `@property string|null $some_column`
When providing a the following casts on the model:
```php
protected $casts = [
'some_column' => 'array',
];
```
then the generated property changes to: `@property array $some_column`
However the DB still accepts `null`, but this can't be expressed via the casts.
This change will make the null "sticky" and generate: `@property array|null $some_column`
2017-10-28 18:01:18 +02:00
Chris Morrell
d45b02efb1
Support for ::fake() calls
2017-10-13 11:41:30 -04:00
Mariusz
b0abafb8c7
Changed overwriting confirmation message
...
When running php artisan ide-helper:models below message was presented:
"Do you want to overwrite the existing model files? Choose no to write to _ide_helper_models.php instead? (Yes/No): (yes/no) [no]:"
This commit changes message to:
"Do you want to overwrite the existing model files? Choose no to write to _ide_helper_models.php instead? (yes/no) [no]:"
2017-10-11 11:43:16 +01:00
Yulia Kostrikova
6b0e9ec48d
Add notice about "Package Auto-Discovery" to docs
2017-09-21 00:40:49 +03:00
M. Vugteveen
28f0ac3781
also show time in generated files ( #574 )
2017-09-13 14:18:03 +02:00