Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Tiny Editor Laravel Package

francescobruno-cmv/tiny-editor

View on GitHub
Deep Wiki
Context7

Tiny Editor

Latest Version on Packagist Total Downloads License

Un Rich Text Editor basato su TinyMCE, completamente compatibile con Livewire 3 e 4.


โœจ Features

  • โœ… Integrazione semplice con Livewire
  • ๐ŸŽฏ Compatibile con Livewire 3 e 4
  • ๐Ÿ“ Editor basato su TinyMCE
  • ๐Ÿ”„ Aggiornamento reattivo tramite eventi
  • โšก Facile da integrare in qualsiasi form

๐Ÿ“ฆ Installazione

Installa il pacchetto tramite Composer:

composer require francescobruno-cmv/tiny-editor

โš™๏ธ Requisiti

  • PHP >= 8.1
  • Laravel >= 10
  • Livewire 3 o 4
  • API Key TinyMCE

๐Ÿš€ Utilizzo

Componente Livewire

<?php

use Livewire\Component;

new class extends Component
{
    public $body;

    protected $listeners = ['editorUpdated' => 'setBody'];

    public function setBody($content)
    {
        $this->body = $content;
    }

    public function create()
    {
        dd($this->body);
    }
};
<div>
    <livewire:tiny-editor api-key="tua-tiny-mce-key" />

    <x-button wire:click="create">
        Salva
    </x-button>
</div>

Configurazione

Inserisci la tua API Key di TinyMCE:

<livewire:tiny-editor api-key="tua-tiny-mce-key" />

๐Ÿ‘‰ Puoi ottenere una API key gratuita su: TinyMCE

๐Ÿค Contributi

Le contribuzioni sono benvenute!

  1. Fai fork del progetto
  2. Crea un branch (feature/nome-feature)
  3. Commit delle modifiche
  4. Push sul branch
  5. Apri una Pull Request

๐Ÿ“„ Licenza

Questo pacchetto รจ distribuito sotto licenza MIT.
Vedi il file LICENSE.md per maggiori dettagli.


๐Ÿ‘ค Autore

Francesco Bruno


โญ Supporto

Se il pacchetto ti รจ utile, lascia una โญ su GitHub!

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
besmartand-pro/php-quality-config
sentix/ai-chatbot
terminal42/code-quality-tools
codifyo/ts-generator-bundle
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity