AppKernel, assets:install).spatie/laravel-tinymce, unisharp/laravel-ckeditor), making this bundle redundant unless legacy Symfony code must be reused.stfalcon_tinymce) for embedding the editor. This could be replicated in Laravel using:
@tinymce).npm install/yarn + mix.copy or vite for assets.config.yml → Laravel’s .env or config/tinymce.php.AppKernel, assets:install) are not transferable. A Laravel TPM would need to:
assets:install in Laravel).AppKernel and assets:install, which this bundle relies on. Laravel’s ecosystem has moved to Vite/Laravel Mix, requiring a full rewrite.tinymce-table, tinymce-image-upload)?spatie/laravel-tinymce) been assessed? What gaps do they leave?AppKernel, assets:install).@tinymce).config/tinymce.php.spatie/laravel-tinymce or unisharp/laravel-ckeditor unless this bundle offers unique features.Resources/public/ for TinyMCE assets.Resources/public/ to Laravel’s public/js/ or resources/js/.config.yml to Laravel’s .env or config/tinymce.php.// config/tinymce.php
return [
'selector' => 'textarea.tinymce',
'plugins' => 'image code table',
'toolbar' => 'bold italic | upload',
];
{{ stfalcon_tinymce() }} with a Blade directive:
@tinymce
@props(['config' => []])
<script>
tinymce.init({{ $config }});
</script>
Twig_Extension → Laravel Blade directives or view composers.Asset\Packages → Laravel Mix/Vite.DependencyInjection → Laravel service providers.saving).validateHtml rule).assets:install → Vite).spatie/laravel-tinymce), maintenance aligns with Laravel’s ecosystem.AppKernel or Twig may need training on Laravel’s service providers and Blade.How can I help you explore Laravel packages today?