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

Customizing the Theme #784

Closed
maxhacker11 opened this issue Jul 21, 2020 · 3 comments
Closed

Customizing the Theme #784

maxhacker11 opened this issue Jul 21, 2020 · 3 comments
Assignees
Labels
question General question or concern

Comments

@maxhacker11
Copy link

Hello!:D

Really awesome package, enjoying it a lot! It is super cool:)

I just have a question regarding customization of the theme, the so called "studio" or the front-end.

I installed it and it all works perfectly out of the box. But I can't seem to figure out how to overwrite the views.
For example I want to modify the navigation bar, since I have my own, and pretty much leave the rest.

I tried looking for similar issues on github, but didn't find any, nor could i find any docs about it.
The only thing I am considering is to create/handle my own front-end? But again, it would be amazing to use the one that is built and modify it a bit.

Thanks a lot ^-^)/

@austintoddj austintoddj self-assigned this Jul 21, 2020
@austintoddj austintoddj added the question General question or concern label Jul 21, 2020
@austintoddj
Copy link
Owner

Glad you like it! So when you installed studio, the JS required to build those pages got dropped into resources/js/studio. If you edit any of those files such as components/Navbar.vue, then compile the project, you should see everything reflected on the frontend.

Let me know if you have any other questions about it!

@maxhacker11
Copy link
Author

Ohh I see now! Thanks a lot:D I never used Vue before so I didn't expect it in the js folder:P
Is there any way to install a bootstrap version? In the docs it says there is one?
Thanks for the speedy reply and the help!:D

@austintoddj
Copy link
Owner

austintoddj commented Jul 21, 2020

Actually, it's all built with Bootstrap. The styles, utility classes and everything else you'd need are available to you in the app.

Granted, if you've never worked with Vue before this may be a little awkward at first, but feel free to reach out to me with any questions at:

Always happy to help!

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

No branches or pull requests

2 participants