Barry vd. Heuvel and laravel-ide-helper
4e4da0825a
Add phpstorm meta argument hints ( #1640 )
...
* Add phpstorm meta hints
* composer fix-style
* Use php-templates from vs-code
* Fix view instance
* composer fix-style
* Add translations
* composer fix-style
* map to string
* composer fix-style
* Fix test
---------
Co-authored-by: laravel-ide-helper <[email protected] >
2024-12-29 19:44:08 +01:00
Barry vd. Heuvel and laravel-ide-helper
14fdb572bb
Update testsuite for Generator, simplify service provider and mock ( #1635 )
...
* Add templates to Eloquent
* Test generator, update constructor
* composer fix-style
* Add filename test
* UPdate test
---------
Co-authored-by: laravel-ide-helper <[email protected] >
2024-12-28 19:56:36 +01:00
Markus Podar and laravel-ide-helper
73b1012b92
chore: prepare 2.10.0 release ( #1207 )
...
* chore: prepare 2.10.0 release
* composer fix-style
Co-authored-by: laravel-ide-helper <[email protected] >
2021-04-09 08:17:55 +02:00
Terence Marks and Terence Marks
ca94ffd99a
Fixing issue where incorrect autoloader unregistered ( #1210 )
...
Co-authored-by: Terence Marks <[email protected] >
2021-04-09 07:54:00 +02:00
Markus Podar
1ca875fbca
Make createLocalViewFactory compatible with Laravel 8 ( #1026 )
...
* Make createLocalViewFactory compatible with Laravel 8
Fixes https://github.com/barryvdh/laravel-ide-helper/issues/1024
* tests: move up mockFilesystem so it get be re-used in other tests
Note: removed `$this->mockOutput = '';` as it was a no-op, that property
doesn't exist (it was probably a typo, but I guess we don't need it
anyway)
* tests: show basic features for ide-helper:meta working
2020-08-31 06:20:02 +02:00