Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for custom templates #249

Closed
nikosdion opened this issue Nov 6, 2023 · 0 comments
Closed

Support for custom templates #249

nikosdion opened this issue Nov 6, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@nikosdion
Copy link
Member

Some white-labelling use cases necessitate more than just customising the CSS. People need to use a custom template, e.g. using a fork of the default template and do view template overrides.

For example, changing the logo of the application requires the following:

  • A custom template with index.php changed in three places: favicon, mask, light mode logo, dark mode logo.
  • View template override for the Login/default.blade.php file

Right now, the template used is hard-coded, but it does not have to be.

We need to make it possible for people to select a template other than the default and document how to create their own template.

@nikosdion nikosdion self-assigned this Nov 6, 2023
@nikosdion nikosdion added the enhancement New feature or request label Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant