How to Move Laravel Blog to Substack
Short answer: get Laravel blog sitemap.xml and add it to https://apisubstack.com. After that your blog will automatically migrate step-by-step to substack.
Step-by-step guide to move your Laravel blog to Substack. Export your archive, create a publication, connect it to API Substack, and republish as a Substack newsletter.
Moving from Laravel to Substack means turning a blog archive into an owned email newsletter - with a public Substack home page and posts that arrive in readers’ inboxes.
Why sync your Laravel blog to Substack?
When you sync your Laravel blog from your website to Substack, the same posts reach Substack readers and email subscribers. That extra channel brings additional traffic and leads without replacing your original site.
Keep publishing on your site and let API Substack mirror articles to Substack automatically. You grow an owned newsletter audience while your site keeps ranking and converting visitors into leads.
How API Substack helps the move
API Substack is the unofficial posting API for Substack authors. After you create a Substack publication, you connect it to API Substack and republish your archive as drafts/posts - then keep shipping new issues without living in the browser editor.
- Register on API Substack and generate an API key
- Connect your Substack publication (publication URL + `substack.sid` session cookie)
- Create drafts, publish now, or schedule posts from API, CLI, or MCP
- Turn the migration queue into a repeatable newsletter workflow
In practice: export from Laravel → create Substack → connect the publication to API Substack → republish cleaned posts → keep writing as a Substack newsletter.
Step 1 - Export from Laravel
- Export posts via Artisan command, Nova export, or database dump of posts table.
- Copy `storage/app/public` media.
- Export subscribers from your newsletter package/ESP.
- Convert Blade-rendered content back to clean HTML/Markdown.
Step 2 - Create your Substack publication
- Create a publication at Substack and choose your name/URL
- Write About / Welcome posts so new subscribers understand the move
- Import your subscriber CSV in Substack (where you legally have consent)
- Optionally connect a custom domain in Substack settings
Step 3 - Connect the publication to API Substack
- Register on API Substack and start your key
- Set your publication URL (example: `https://yourname.substack.com`)
- Copy the browser cookie `substack.sid` while signed into Substack (DevTools → Application → Cookies)
- Store the API key + cookie in your CLI, HTTP client, or Substack API MCP
Step 4 - Republish Laravel posts to Substack
- Clean each post (title, subtitle, body, images, tags)
- Create a draft on Substack via API Substack (`create_post` / draft flows)
- Review the draft in Substack if the piece is sensitive or heavily formatted
- Publish or schedule - work oldest→newest or ship a “best of” first
- Announce the move to remaining Laravel readers with the Substack URL
For non-technical authors, install the MCP into Claude, Cursor, or Codex and ask the agent to draft/publish. For developers, use the Python client / CLI or raw HTTP. See How to post to Substack via API.
Corner cases
- Package-specific fields need mapping.
- Queues/notifications stay in Laravel apps - editorial email moves to Substack.
- Keep API/product on Laravel move essays to Substack.
- `substack.sid` expires - refresh it when you get 401/403
- API Substack does not replace Substack’s own subscriber CSV import - connect the publication, then republish content
- Image upload and Notes are not the focus of the posting API - optimize for newsletter posts
- This is unofficial and not affiliated with Substack - keep browser login as backup
After the move
Once the Laravel archive is on Substack, keep using API Substack as your publish rail: draft tomorrow’s issue, schedule the week, or let an AI agent post through MCP. Your blog becomes a Substack newsletter you actually control.
Related
How to Move LinkedIn Articles Blog to Substack
Short answer: get LinkedIn Articles blog sitemap.xml and add it to https://apisubstack.com. After that your blog will automatically migrate step-by-step to substack.
How to Move LiveJournal Blog to Substack
Short answer: get LiveJournal blog sitemap.xml and add it to https://apisubstack.com. After that your blog will automatically migrate step-by-step to substack.
How to Move Medium Blog to Substack
Short answer: get Medium blog sitemap.xml and add it to https://apisubstack.com. After that your blog will automatically migrate step-by-step to substack.
How to Move Micro.blog to Substack
Short answer: get Micro.blog blog sitemap.xml and add it to https://apisubstack.com. After that your blog will automatically migrate step-by-step to substack.
How to Move Mirror.xyz Blog to Substack
Short answer: get Mirror.xyz blog sitemap.xml and add it to https://apisubstack.com. After that your blog will automatically migrate step-by-step to substack.
How to Move Next.js Blog to Substack
Short answer: get Next.js blog sitemap.xml and add it to https://apisubstack.com. After that your blog will automatically migrate step-by-step to substack.
How to Move Notion Blog to Substack
Short answer: get Notion blog sitemap.xml and add it to https://apisubstack.com. After that your blog will automatically migrate step-by-step to substack.
How to Move Nuxt Blog to Substack
Short answer: get Nuxt blog sitemap.xml and add it to https://apisubstack.com. After that your blog will automatically migrate step-by-step to substack.
How to Move October CMS Blog to Substack
Short answer: get October CMS blog sitemap.xml and add it to https://apisubstack.com. After that your blog will automatically migrate step-by-step to substack.
How to Move Paragraph.xyz Blog to Substack
Short answer: get Paragraph.xyz blog sitemap.xml and add it to https://apisubstack.com. After that your blog will automatically migrate step-by-step to substack.