Skip to content

Files

Latest commit

3ac68e3 · Jul 21, 2024

History

History
14 lines (9 loc) · 410 Bytes

UPGRADE.md

File metadata and controls

14 lines (9 loc) · 410 Bytes

Upgrade Guide

Upgrading To 1.0 From 0.x

Notice: The package name has changed from writingink/wink to apxcde/wink.

To upgrade to version 1.0, you need to run the following commands

php artisan wink:migrate
php artisan vendor:publish --tag=wink-assets --force

In addition to this, make sure you render your posts and pages using $post->content and $page->content instead of ->body.