-
See #11
Also, we can't use `--api` argument without `ApiController.txt` or `ApiRoutes.txt`, as the main purpose of Lumen is to create webservices and API we should add these as separated files (like…
-
##### Description
the slim generator creates two directories: 'SwaggerServer' and 'SwaggerServer\lib\Models'. on un*x the latter should be SwaggerServer/lib/Models, e.g., using File.separator like o…
-
Here I'm posting a few X-Rite ColorChecker Passport images for the Nikon D5600.
I'm now submitting sun exposure images for each of my recently purchased Nikon standard and zoom lenses. (AF-P DX NI…
-
The generators are not working with Lumen. There are several issues:
1. `Fatal error: Call to undefined function Prettus\Repository\Generators\app_path() in Prettus\Repository\Generators\PresenterGene…
-
##### Description
Commit ec2abe78e3b4aff59578d068612261846f5a487c added the file [samples/server/petstore-security-test/slim/SwaggerServer\lib\Models/Return.php](https://github.com/swagger-api/swa…
-
I am try to create a lumen generator, but apis generated from the mustache file may not work well because the match priority question.
this is my [route.mustache](https://github.com/abcsun/swagger-co…
-
first I run `composer require wn/lumen-generators`
then I edit my AppServiceProvider,php like this:
```
public function register()
{
//
if ($this->app->environment() == 'loca…
-
Thank for this great tool! I noticed that routes created by the Dingo/API package are not generating any documentation. Looks like this is not supported, so I would like to request for support of thos…
-
Hey. First of all, thanks for the awesome theme. I ported your theme to [Statinamic](https://github.com/MoOx/statinamic) (another static site generator based on React and webpack).
Demo: https://kho…
-
I just installed a new lumen app
and add `$app->register(Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class);` to `bootstrap/app.php`
Then run `php artisan ide-helper:generate`
```
PHP Fatal…