Wim Reckman
|
5eadd2c7de
|
Fix model factory method arguments for Laravel >= 9 (#1361)
|
2022-08-11 12:32:14 +02:00 |
|
 Daniël de WitandMarkus Podar
|
e71f3d5fc0
|
Check for traits recursively (#1216)
* Check for traits recursively
* Remove autoload bool from class_uses_recursive
* Add test
* Update src/Console/ModelsCommand.php
Co-authored-by: Markus Podar <[email protected]>
* Updated changelog
Co-authored-by: Markus Podar <[email protected]>
|
2021-06-20 10:18:14 +02:00 |
|
wimski
|
2f61602e7a
|
Support both customized namespace factories as well as default resolvable ones (#1201)
|
2021-04-02 16:32:13 +02:00 |
|
Ahmed Fathy
|
f0f7051012
|
formatting
|
2021-04-01 10:57:05 +02:00 |
|
Ahmed Fathy
|
b19b1d69ba
|
testing
|
2021-03-31 23:03:55 +02:00 |
|
 Markus Podarandlaravel-ide-helper
|
a83df51ad4
|
tests: fix assertion (#1139)
* tests: fix assertion
* composer fix-style
Co-authored-by: laravel-ide-helper <[email protected]>
|
2021-01-11 09:14:12 +01:00 |
|
Ahmed Fathy
|
4f13ba85bd
|
Generate PHPDoc for laravel 8.x factories (#1074)
* Generate PHPDoc for laravel 8.x factories
* formatting
* sorting imports
* fix code style
* fix tests in laravel 7.x and lower
* use markTestSkipped
* fix test failing ~_~
* add argument
* determine the laravel vertion is 8.2.x or upper
* use version_compare instead of artisan command
* use correct namespace
* formatting
* formatting
* formatting
* update next release notes
|
2021-01-06 13:38:26 +01:00 |
|