← ClaudeAtlas

laravel-mixpostlisted

Self-host and operate Mixpost (the open/self-hosted social-media scheduler by Inovector) inside a Laravel app - install, edition choice (Lite vs Pro/Team vs Enterprise), Horizon/Redis/queue setup, connecting providers (LinkedIn, Meta/Facebook/Instagram, TikTok, YouTube), scheduling posts, uploading media, and the real-world gotchas (LinkedIn API-version sunsetting, laptop-sleep missed schedules, asset/manifest issues). Use when installing Mixpost, connecting a social provider, scheduling/publishing posts programmatically, or debugging why a Mixpost post failed to publish.
majdghithan/agent-skills · ★ 7 · AI & Automation · score 73
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)