Laravel Packages

Canvas: A Laravel Publishing Platform

Published
Canvas: A Laravel Publishing Platform image

Canvas is a Laravel-powered publishing platform that we covered back in 2017, and we thought the latest version deserved a fresh look. The newest version of Canvas offers a Medium-style editing experience and includes other cool features like:

  • Publication Statistics – think of it as a lightweight version of Google Analytics built into the app
  • Distraction-free writing – the editor is a Medium-style minimal experience
  • Unsplash Integration – Embed images, videos, links, or media to your content
  • Custom Social Data – Fully customizable metadata for Facebook and Twitter

Getting started is simple: install Laravel and the auth scaffolding, then the canvas composer package. You can start writing content complete with auto-save and a minimal interface:

If you want to play around with Canvas quickly, you can generate some demo data:

php artisan canvas:setup --data

The source code of Canvas is MIT licensed, and you can check out on GitHub at cnvs/canvas. Learn more about Canvas at cnvs.io.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

laravelcloud logo
Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Visit Laravel Cloud

The latest

View all →
Cancel In-Flight Form Submissions in Inertia.js v3.7 image

Cancel In-Flight Form Submissions in Inertia.js v3.7

Read article
Laravel Starter Kits Now Ship with Vite+ image

Laravel Starter Kits Now Ship with Vite+

Read article
Pessimistic Locking in Laravel Eloquent with refreshForUpdate() image

Pessimistic Locking in Laravel Eloquent with refreshForUpdate()

Read article
Mask Query Bindings in Laravel Exception Messages image

Mask Query Bindings in Laravel Exception Messages

Read article
whereBinary(): Case-Sensitive MySQL Queries in Laravel image

whereBinary(): Case-Sensitive MySQL Queries in Laravel

Read article
Compile PHP to Native Binaries with TypePHP image

Compile PHP to Native Binaries with TypePHP

Read article