Voyager
HomeGithubIssues
1.6
1.6
  • Introduction
  • Getting started
    • What is Voyager
    • Prerequisites
    • Installation
    • Upgrading
    • Configurations
  • BREAD
    • Introduction
    • Relationships
    • Formfields
      • Checkbox/Multiple Checkbox/Radio
      • Coordinates
      • Date & Time
      • Dropdown
      • Images
      • Media Picker
      • Number
      • TinyMCE
  • Core concepts
    • Routing
    • Media Manager
    • Menus and Menu Builder
    • Database Manager
    • Settings
    • Compass
    • Roles and Permissions
    • Helper methods
    • Multilanguage
  • Customization
    • Overriding files
    • Overriding Routes
    • Additional CSS and JS
    • Enabling Soft-Delete
    • Custom relationship attributes
    • Adding custom Formfields
    • Coordinates
    • BREAD accessors
    • Custom guard
    • Action buttons
  • Troubleshooting
    • Using HTTPS on yours site
    • Missing required parameter
Powered by GitBook
On this page
  • Upgrading 1.5 to 1.6
  • Update your Composer.json
  • Check your TinyMCE configuration
  • Troubleshooting
Export as PDF
  1. Getting started

Upgrading

Upgrading 1.5 to 1.6

Update your Composer.json

To update to the latest version inside of your composer.json file make sure to update the version of Voyager inside the require declaration of your composer.json to:

tcg/voyager": "1.6.*

And then run composer update

Check your TinyMCE configuration

TinyMCE was updated to version 6 and with that, a lot of configurations have changed. If there are any errors in the console and you changed the TinyMCE configuration, make sure you are using the latest options and values from their docs.

Troubleshooting

Be sure to ask us on our slack channel if you are experiencing any issues and we will try and assist. Thanks.

PreviousInstallationNextConfigurations

Last updated 2 years ago