-
I made customizations to the default templates `resources/infyom/infyom-generator-templates`.
Using the `php artisan infyom.publish:layout` command with metronic templates, my layouts templates won't…
-
5.3 laravel upcoming new and changing many advantages laravel infyom packet matches.
-
Once you run `php artisan infyom...` to generate your API, it creates the migration without uppercase in the second word (in my case: `CreatetemplatesTable`instead of `CreateTemplatesTable`). So when …
-
Hello,
just installed your package, it seems it doesn't work on Laravel 5.1.
my composer.json:
```
"infyomlabs/laravel-generator": "dev-master",
"laravelcollective/html": "5.1.*",
"infyomlabs/cor…
-
full tutorial
![screenshot_1](https://cloud.githubusercontent.com/assets/6617916/17725042/adc6fd34-6471-11e6-8ad2-e939bf6d2219.png)
-
I encoutered the error "Invalid argument supplied for foreach()" when I use the command :
> php artisan infyom:api post --fieldsFile=fields_sample.json
The file fields_sample.json is in the root dir…
-
Hello all,
I was just thinking we should have a better documentation theme. As the package is now growing with lots of features. Some of them are really complex to understand it use. so we need detai…
-
local.error: exception 'ErrorException' with message 'file_get_contents(C:\Users\Progamer\Projects\Consis\vendor/infyomlabs/swagger-generator/templates/model/model.stub): failed to open stream:
-
This error happend right after I type exit and you package must generate the code
[ErrorException]
file_get_contents(/Volumes/Storage/Projects/net-manager_new/vendor/infyomlabs/swagger-generator/…
-
Hi,
When I generate api_scaffold Model, `ModelApiTest` and `ModelRepositoryTest` use `MakeModelTrait`.
But `MakeModelTrait` is on `traits` folder.
So for resolve this problem, I add on `composer.js…