-
Hi, i'm currently working on laravel 5.3, because taylor said that coding part is done only the documentation part is left. becuase laravel 5.3 is so cool and even more better then 5.2 i'm creating my…
-
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…
-
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)
-
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…
-
Just a heads up. When you change the default paths and namespaces it only changes in the config not on the files. They are currently all hardcoded.
Another note. When you use the App:Name change co…
-
I get this error when using the command in the title.
Cannot use InfyOm\Generator\Controller\AppBaseController as AppBaseController because the name is already in use
Any ideas?
My app still works…
89gsc updated
8 years ago
-
Hi,
when i try to set my layout by 'php artisan infyom.publish:layout'
It ignores my customized files at 'resources/infyom/infyom-generator-templates' and keeps using the original templates.
It that…
-
I create a scaffold through generator builder with datatables. It creates everything Model, Views, Datatables, Migration etc. But when I run migrate:refresh or migrate:rollback, it gives me error that…