Thomas 𝕍enturini

Results 7 comments of Thomas 𝕍enturini

True! I also saw another approach where the user can overwrite the function in `PLUGIN` by exposing it through the plugin configuration. After I learned that I instantly regretted how...

Another way would be to add the option of executing a closure on the `image_sources`~. Much like with the regular expressions that one can set up.

The simple workaround for now is to update the file `vendor/xethron/migrations-generator/src/Xethron/MigrationsGenerator/Generators/FieldGenerator.php`. On line 82 and 83, change `column_name` to `COLUMN_NAME` and `column_type` to `COLUMN_TYPE`. Then the command should run through...

I'm trying to do the same thing. Did you find a solution to this?