generator-builder icon indicating copy to clipboard operation
generator-builder copied to clipboard

InfyOm Laravel Generator GUI Builder

Results 21 generator-builder issues
Sort by recently updated
recently updated
newest added

![chrome_1hYcTEyAJV](https://user-images.githubusercontent.com/38615081/166672335-6f418595-1ea3-460b-8805-59fde810ab9d.png)

It would be nice if generator builder GUI has - Select connect from model - Multiple select and connect to model - Use locale or not - Check specific generate...

feature

I have categories (id, name ) model Category I have posts (id,name,cat_id.) model Post In GUI, cat_id integer (no validation) select (foreign key checked) categories,id Add relationship Many to one...

I have integrated the generator-builder. When I click button generate I get error message like The command "infyom:scaffold" does not exist.

I see there is already an issue about this here https://github.com/InfyOmLabs/generator-builder/issues/54 And seem already an old issue, see https://github.com/laravel/framework/issues/4721 When running artisan via console, STDIN is already defined, but not...

in this code on vendors/InfyOmLabs/generator-builder/controllers/GeneratorBuilderController.php ; private function validateFields($fields) { $fieldsGroupBy = collect($fields)->groupBy(function ($item) { return strtolower($item['name']); }); $duplicateFields = $fieldsGroupBy->filter(function (Collection $groups) { return $groups->count() > 1; }); if...

There is a reason why the txtDbValue is always hidden? This https://github.com/InfyOmLabs/generator-builder/blob/master/views/field-template.blade.php#L29 Should be appended to dbType like for htmlType and htmlValue I can make a PR to: 1) Make...

so why is it that id and time stamps get added automatically on the cli but not on the builder generator ?? doesn't it make scense to make it automatic...