Phillip Madsen

Results 15 comments of Phillip Madsen

> Also I try to use these and they do not output like they are supposed to. > **FIELDS-FILE** > > ``` > { > "field":"role_id:integer:unsigned:foreign:references,id:on,roles:onDelete,cascade", > "type":"select", > "validations":...

Thank you I am already using it. Perfect. I have another you should add with the proposed above. ## --innodb : Adds: $table->engine = 'InnoDB'; or ``` javascript { "field":"engine",...

Great please let me know when it becomes a part of it.

OK I have adjusted the scaffold_routes.stub with a test of "admin" and the routes adjust but nothing else. In pingpongs when you prefix the crud is prefixed not just the...

## Possible generator file for each the multi table crud: ``` json [ { "crudName": "Blog", "numberOfTables":"5", "tables": { "incIndexOptions": "true", // THIS OPTION IS TO ADD THE VIEW EDIT...

### Here is the output of files at present. ``` |- views |- layouts |- app.blade.php |- emails |- password.blade.php |- auth |- login.blade.php |- register.blade.php |- reset.blade.php |- password.blade.php...

You can use this one. I use it right know and don't have any issues. https://github.com/caffeinated/menus/wiki/Quick-Start

Something to make this simpler to create. ``` |- views |- themes |- admin |- layouts |- partials |- includes |- app.blade.php |- backend |- layouts |- partials |- includes...

## The last would generate something along the lines of the following: **_This is an example of my current build i am using your package to make some of the...

I am working on this option on my forked version. I am having trouble remembering which file overwrites the stub files can you tell me where so I can add...