Advanced Search
Search Results
52 total results found
Mixpost Docs
Self-hosted social media management software https://mixpost.app
Mixpost Lite
Mixpost Pro Team
Mixpost Enterprise
Mixpost Enterprise [SaaS] is in development...
Services Configuration - Mixpost
Mixpost uses official API services from platforms that support them. For this, you must register on these platforms and create the applications to get access to their API. On some platforms you will get access faster, others need a few days to review the API a...
FAQ - Mixpost
Server Configuration - Mixpost
If you installed using the "As a standalone app" or "As a package in an existing Laravel app" method, it is necessary to install and configure other software on the server. These configurations are very important, please do not skip this step.
Installation with Docker
Installation - Docker
Update Guide
Upgrade Guide
When upgrading an application, it is important to carefully review the changes made in each version to determine if any of the changes will affect the application's functionality or compatibility. It is also important to thoroughly test the upgraded applica...
Update Guide
Upgrade Guide
When upgrading an application, it is important to carefully review the changes made in each version to determine if any of the changes will affect the application's functionality or compatibility. It is also important to thoroughly test the upgraded applica...
Payment Platforms
Introduction
Before installing Mixpost, make sure you have a valid license. There are three ways to install Mixpost Pro Team: If you already have a Laravel 10 application, you can install Mixpost as a package inside it. By doing so, you can integrate Mixpost into your ...
Getting a license
In order to use Mixpost, you must buy a license. You can buy a license on the mixpost website. What happens when your license expires A few days before a license expires, we'll send you a reminder mail to renew your license. Should you decide not to renew y...
Installation - As a package in an existing Laravel app
Getting a license If you already have a Laravel 10 application, you can install Mixpost as a package inside it. To install Mixpost, you'll need to get a license first. Installation via Composer First, add the packages.inovector.com repository to your compo...
To be able to post on Facebook and Instagram, you must create and configure a Facebook application. Because Facebook and Instagram belong to the same company Meta. Step 1: Create a Developer Account To create a Facebook app, you must first have a Facebook de...
Step 1: Create a Twitter Developer Account To create a Twitter App, you need to have a Twitter Developer Account. If you don't have one, you can create it by going to the Twitter Developer website. Click on "Sign up for Free Account" button and fill out the r...
Mastodon
With Mastodon, it's a bit more interesting. When you add a Mastodon account from a server, Mixpost will automatically create an application for that server. Otherwise, you don't have to do anything. But there are situations when you have to intervene manually...
Unsplash
Unsplash is a platform that provides access to a vast collection of free high-resolution photos. Unsplash also offers a developer API that allows developers to integrate the Unsplash photo collection into their own applications. Step 1: Sign up for an Unsplas...
Tenor
Tenor is a GIF search engine that allows users to search for and share animated GIFs. To use Tenor, you need to create and configure a Tenor app with Google Console. Follow these simple steps to create and configure a Tenor app with Google Console. Prerequisi...
Installation - As a package in an existing Laravel app
Please follow the installation guide from the Github repository: https://github.com/inovector/mixpost
Using Docker Image
Please follow the installation instructions on Docker Hub: https://hub.docker.com/r/inovector/mixpost Video Tutorial - Installation with Portainer Portainer is an open-source tool designed to simplify the management of Docker containers and clusters. It prov...
Install Docker
Have a VPS? Install Docker Engine Desktop? Docker Install documentation Docker-Compose Install documentation
Installation - As a standalone app
If you don't know Laravel, but have basic PHP knowledge and know how to deploy to a server, you can follow these instructions. You can create a new Laravel application with Mixpost preinstalled using Composer. This application will also have authorization scr...
Install Docker
Have a VPS? Install Docker Engine Desktop? Docker Install documentation Docker-Compose Install documentation
Using Docker Image
Just create a docker-compose.yml file on your server, and change the values (which start with the example_*) with real values. For passwords, we recommend using strong values. You can use this tool to generate strong passwords: Required: LICENSE_KEY=... (li...
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: ...
Update with Docker
Updating Mixpost with Docker is straightforward, you just make sure to preserve the mounted volume. Just pull the latest image, stop and remove the current container, and then start a new one. Navigate to your folder where you have the docker-compose.yml the ...
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-pro-team After the update is complete, clear the cache by running the following c...
Update with Docker
Updating Mixpost with Docker is straightforward, you just make sure to preserve the mounted volume. Just pull the latest image, stop and remove the current container, and then start a new one. Navigate to your folder where you have the docker-compose.yml. # ...
I lost my APP_KEY, how I can generate a new key?
You can generate with: php artisan key:generate
After the update/upgrade of Mixpost my schedule didn’t work well
You have to restart the CRON task with: php artisan horizon:terminate