Voyager RU
  • Вступление
  • С чего начать
    • Что такое Voyager
    • Требования
    • Установка
    • Upgrading
    • Конфигурации
  • BREAD
    • Введение
    • Отношения
    • Поля форм
      • Флажки (Checkbox)
      • Координаты
      • Дата и время
      • Выпадающий список (Dropdown)
      • Изображения
      • Загрузка файлов (Media Picker)
      • Ввод чисел (Number)
      • TinyMCE
  • Основные концепции
    • Маршрутизация
    • Медиа-менеджер
    • Меню и конструктор меню
    • Управление базой данных
    • Настройки
    • Навигатор (Compass)
    • Роли и разрешения
    • Helper methods
    • Многоязычность
  • Персонализация
    • Переопределение файлов
    • Переопределение маршрутов
    • 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

Was this helpful?

  1. С чего начать

Upgrading

PreviousУстановкаNextКонфигурации

Last updated 4 years ago

Was this helpful?

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