forked from loafle/openapi-generator-original
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
This commit is contained in:
committed by
William Cheng
parent
d1fc923b66
commit
f793ac25c7
3
samples/server/petstore/php-laravel/lib/storage/app/.gitignore
vendored
Normal file
3
samples/server/petstore/php-laravel/lib/storage/app/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
*
|
||||
!public/
|
||||
!.gitignore
|
||||
2
samples/server/petstore/php-laravel/lib/storage/app/public/.gitignore
vendored
Normal file
2
samples/server/petstore/php-laravel/lib/storage/app/public/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
8
samples/server/petstore/php-laravel/lib/storage/framework/.gitignore
vendored
Normal file
8
samples/server/petstore/php-laravel/lib/storage/framework/.gitignore
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
config.php
|
||||
routes.php
|
||||
schedule-*
|
||||
compiled.php
|
||||
services.json
|
||||
events.scanned.php
|
||||
routes.scanned.php
|
||||
down
|
||||
2
samples/server/petstore/php-laravel/lib/storage/framework/cache/.gitignore
vendored
Normal file
2
samples/server/petstore/php-laravel/lib/storage/framework/cache/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
2
samples/server/petstore/php-laravel/lib/storage/framework/sessions/.gitignore
vendored
Normal file
2
samples/server/petstore/php-laravel/lib/storage/framework/sessions/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
2
samples/server/petstore/php-laravel/lib/storage/framework/testing/.gitignore
vendored
Normal file
2
samples/server/petstore/php-laravel/lib/storage/framework/testing/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
2
samples/server/petstore/php-laravel/lib/storage/framework/views/.gitignore
vendored
Normal file
2
samples/server/petstore/php-laravel/lib/storage/framework/views/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
2
samples/server/petstore/php-laravel/lib/storage/logs/.gitignore
vendored
Normal file
2
samples/server/petstore/php-laravel/lib/storage/logs/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
Reference in New Issue
Block a user