builder-extension
builder-extension copied to clipboard
Scaffold your PyroCMS apps in style for a more pleasurable and productive coding experience.
To replicate Make a module for instance building_docs Have 2+ steams with 1+ fields Install The generation will put files in the correct folder `BuildingDocs`, but errors out as the...
Modify the field migration generations to concatenate in one file rather then having a separate file generated per stream. Right now when using the assigning shot-codes it creates a separate...
Would be good to generate the reverse relationship for fields automatically rather then having to enter them all the time. In the below you have staff members that are assigned...
Buttons and route naming is weird. should be `admin/module_name/stream_name` UNLESS module_name = stream_name
Generate breadcrumb files for front end. See zip for sample files. `paths.php` is simply ```
Had typos in the module name and was not taking into account the grouping flag in builder.php
`'column_template' => '{value}'` --> ```return ($entry->brand) ? str_replace("{value}", $entry->brand->getTitle(), '<span class="tag tag-default">{value}</span>') : '<span class="label label-default">null</span>';
Populate the namespaces with fields in builder.php when you make a stream and set the defaults here to be easily changed. `````` 'namespaces' => [ 'products' => [ 'name' =>...
[Feature]: When you add an external resource to your modules composer.json have it auto register in the service provider. Added to ``` "require": { "maddhatter/laravel-fullcalendar": "~1.0" } ``` have it...