Customization
#
Application NameBoth the webapp
and api
services read the APP_NAME
environment variable.
Its value comes from the root .env file.
If you update this value, you will have to restart these services (locally by doing make down up
).
note
📣  Don't forget to update the file .env.dist if this change is definitive.
#
BootstrapVueThe Symfony Boilerplate uses BootstrapVue as templating framework.
Of course, you may use another templating framework, although it will require some extra work.
Most of the components from BootstrapVue come in the form of plugins.
You have to add them manually in the src/webapp/nuxt.config.js file:
#
Change Colors#
PagesThe file src/webapp/assets/css/_variables.scss is where you may define most of the colors.
A few other .scss
files also contain colors definition.
#
Loading BarIts color is configurable in the src/webapp/nuxt.config.js file:
#
EmailsThe file src/api/assets/css/emails.css is where you may define most of the colors.