qcod / laravel-app-settings

Store settings in database with a manager UI for your Laravel app
MIT License
338 stars 53 forks source link

Forced to Bootstrap only. Need manual edit on several places for Bulma CSS #19

Closed andresmrg closed 4 years ago

andresmrg commented 4 years ago

You are forcing the CSS with Bootstrap. However, you should add more settings for the form, more classes should be edited from the config. I have to manually change the classes for Bulma CSS framework and remove any bootstrap to make it to work which increases the amount of work. It should be an easy implementation.

Also, it does not support password type input.

saqueib commented 4 years ago

Sorry for the late response, but you can configure all the classes from the config file and you are free to add any new field type needed