Skip to main content

In your Standalone or Laravel app

Updating Mixpost is a simple task that can be executed in a few steps. This guide will provide you with the necessary steps to update Mixpost.

Currently, Mixpost has an unstable version, meaning it is below 1.0.0. Soon we will release the first stable version 1.0.0. Until then, you can update to the latest version like this:

composer require inovector/mixpost-pro-team "^0.10"

Where ^0.10 is the last minor version. After we release the first stable version, you will update as follows:

composer update inovector/mixpost-pro-team

After the update is complete, clear the cache by running the following command:

php artisan route:cache
php artisan mixpost:clear-settings-cache
php artisan mixpost:clear-services-cachecache:clear

Finally, terminate the Horizon process by running:

php artisan horizon:terminate

This all!

You can check the version of Mixpost by running the command:

composer show inovector/mixpost-pro-team

Or just log in to your Mixpost dashboard and Navigate to Admin Console -> Status