laravel-mixpostlisted
Install: claude install-skill majdghithan/agent-skills
# Mixpost (self-hosted social scheduler on Laravel)
Mixpost by Inovector is a self-hostable social-media management/scheduling app that installs *into* a Laravel application. It publishes to LinkedIn, Facebook Pages, Instagram, TikTok, YouTube, X, and more, on a schedule, from your own server - no third-party SaaS fees.
## Editions - pick the right one (this decision saves pain)
- **Mixpost Lite** - free/open-source, single workspace, core scheduling. Good for one account.
- **Mixpost Pro / Team** (`inovector/mixpost-pro-team`) - paid license; multiple workspaces, more providers, media library, AI features, engagement inbox, a built-in MCP server (v6+). **The right choice for a solo operator or small team.**
- **Mixpost Enterprise** (`inovector/mixpost-enterprise`) - adds a full **SaaS layer** (customers, subscriptions, payments, `mixpost_e_*` tables). **Do NOT use this for a single-user/internal tool** - the SaaS layer adds an email-verification wall, a second asset bundle, and payment-webhook CSRF handling that cause avoidable early bugs. An Enterprise *license key* also authorizes Pro, so you can install Pro with the same credentials.
## Requirements
| Dependency | Requirement |
|---|---|
| PHP | 8.3+ (**8.4+** if on Laravel 13 / Symfony 8) |
| Laravel | 11 / 12 / 13 (per Mixpost major) |
| Redis | 6.2+ |
| Queues | `laravel/horizon` ^5 (Mixpost provides supervisor config) |
| FFmpeg | required (video processing) |
| DB | MySQL or PostgreSQL |
## Install (Pro/Team)