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.

composer update inovector/mixpost

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

php artisan cache:clear

Next, publish the assets:

php artisan mixpost:publish-assets

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