RTippin / messenger-ui

Ready-made UI and web routes for core rtippin/messenger.
MIT License
14 stars 14 forks source link

Regarding frontend customization #10

Closed Ashurali closed 1 year ago

Ashurali commented 1 year ago

If I want to change or customize the front end to fit my overall website design, how would I go about doing that? Please advise and thank you for your time.

RTippin commented 1 year ago

@Ashurali

  1. Fork this repo.
  2. Run npm install && composer install
  3. Edit the JS templates/managers to your liking. https://github.com/RTippin/messenger-ui/tree/master/resources/js
  4. Run npm run prod to recompile your assets into the app.js/app.css. Commit and push to your fork.
  5. Install your forked version into your laravel app, publish the messenger-ui assets, overwriting the previous with your newly updated assets.