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
William Cheng
c116c8fb9b
[PHP] Decommission "packagePath", add new option "packageName" ( #681 )
...
* remove packagePath from php file location, use -o instead
* fix php symfony top folder
* restore pacakgePath
* update php laraavel samples
* remove packagePath from PHP generator
* add new silex files
* update window batch - php silex
* fix openapi3 silex script
2018-08-06 18:10:34 +08:00
Akihito Nakano
2b429ee43b
[PHP] [Laravel] Fix syntax errors in models ( #721 )
...
* Fix syntax errors in Models
* Update samples
./bin/php-laravel-petstore-server.sh
2018-08-03 10:44:12 +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