Chris Tankersley
d433c2d42f
[php-laravel] Upgrade php-laravel
to 7.x ( #6346 )
...
* Update laravel from 5.6 to 7.0
* Updated petstore example, removed missing files
* Updated PHP version to match composer.json
* Add samples generation config with OAS3 input spec
* Fixed gitignore compile errors, updated to newest petstore example
* Add composer.lock to .gitignore
* Fix generator gitignore location
* Add integration tests
* Refresh samples
Co-authored-by: Yuriy Belenko <yura-bely@mail.ru>
2020-06-30 12:22:32 +03:00
Yuriy Belenko
39eb32ec27
[php-laravel] Show required PHP version in docs ( #6502 )
...
* Add required PHP version to readme
* Add requried PHP version to @phpdoc
2020-05-31 23:02:35 +08:00
Nathan Broadbent
78551d0180
Set error_reporting(E_ALL) in phpunit.xml settings, to crash on undefined variables ( #3266 )
...
* Set error_reporting(E_ALL) in phpunit.xml settings, so that undefined variables will always cause a test failure
* Update petstore sample for php-laravel
2019-07-06 22:21:41 +08:00
William Cheng
37c890f755
minor wording change ( #2299 )
2019-03-06 01:13:28 +08:00
Christoph, René Pardon
f793ac25c7
feat (PHP LARAVEL) 8417: initial PHP-laravel codegen integration ( #574 )
...
* feat (PHP LARAVEL) 8417: initial PHP-laravel codegen integration
* feat (PHP LARAVEL) 8417: code review adjustments
* feat (PHP LARAVEL) 8417: fix typos; add missing files; adjust readme for those unfamilar with laravel to get started quickly
* feat (PHP LARAVEL) 8417: add sample petstore server
* feat (PHP LARAVEL) 8417: adjust route service provdider and model generation
2018-08-01 00:34:33 +08:00