Voyager
HomeGithubIssues
1.4
1.4
  • 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.3 to 1.4
  • Update your Composer.json
  • Updating the roles BREAD
  • TinyMCE initialization
  • Troubleshooting
Export as PDF
  1. Getting started

Upgrading

PreviousInstallationNextConfigurations

Last updated 5 years ago

Upgrading 1.3 to 1.4

Please take a look at our before upgrading!

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 inside of your composer.json to:

tcg/voyager": "1.4.*

And then run composer update

Updating the roles BREAD

The roles BREAD now uses it's own controller. Please update it to use TCG\Voyager\Http\Controllers\VoyagerRoleController

TinyMCE initialization

Troubleshooting

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

Initialization has been moved from app.js to rich_text_box template, if you were using TinyMCE outside the standard template take a look at documentation

tinymce
prerequisites