rich-text-laravel

Integrates the Trix Editor with Laravel. Inspired by the Action Text gem from Rails.

MIT License

Downloads
21.8K
Stars
326
Committers
3

Bot releases are hidden (Show)

rich-text-laravel - 1.1.0

Published by tonysm almost 3 years ago

Changelog

rich-text-laravel - 1.0.2

Published by tonysm about 3 years ago

Changelog

  • FIXED: Fixes emoji rendering. https://github.com/tonysm/rich-text-laravel/pull/14
  • CHANGED: Replace the windows-latest test matrix with macos-latest. Tests were failing on Windows for encoding reasons and I just don't have the bandwidth to fix it. Users can still consume the package there using WSL2, I think.
rich-text-laravel -

Published by tonysm about 3 years ago

Changelog

  • FIXED: Fixes the installer by using ensureDirectoryExists() (which is idempotent) instead of mkdir() (which fails when dir already exists)
rich-text-laravel - 1.0.0

Published by tonysm about 3 years ago

Official 1.0.0 release! 🎉🎉🎉

Changelog

  • CHANGED: Bumped the tonysm/globalid-laravel to 1.0.0
rich-text-laravel - 1.0.0-RC1

Published by tonysm about 3 years ago

Changelog

  • NEW: Bumps the tonysm/globalid-laravel package to RC1, which brings support for Eloquent's Custom Polymorphic Types.
rich-text-laravel - 1.0.0-BETA

Published by tonysm about 3 years ago

First beta release.

rich-text-laravel - 0.0.3

Published by tonysm about 3 years ago

Changelog

  • CHANGED: more documentation (see the README.md)
  • NEW: the package now recommends keeping the rich text content outside of the main entity on its own rich_texts table, which uses the new RichText polymorphic model that the package ships with. The behavior is documented at the The RichText Model section on the readme. The old behavior of using the custom cast directly still works (in fact, the RichText model uses that same approach). You can find more about this in the PR and in the RFC issue.
Package Rankings
Top 7.43% on Packagist.org
Related Projects