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

How to Manage Existing Theme #108

Open
billiemead opened this issue Mar 29, 2019 · 0 comments
Open

How to Manage Existing Theme #108

billiemead opened this issue Mar 29, 2019 · 0 comments

Comments

@billiemead
Copy link

Greetings. I am trying to extend a Laravel app where the developer already has built out the theme that ships with the app at resources/views & public folders. My goal is to provide new themes that can be easily installed for the end user. Otherwise I could just create masterTheme directories, move the default theme files and declare it and the new paths. Following is an example of the existing directory structure as the app ships:

resources/views/auth/
resources/views/banners/
resources/views/brands/
etc.

public/css/
public/fonts/
public/frontend/
etc.

Any ideas? Im trying to avoid having to move the default theme so that future updates from the author won't be a nightmare to install. Also, Im somewhat new to Laravel so I might be missing something obvious to more experienced developers :)

Thanks for your solution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant