softbery/laravel-wweditor
Zaawansowany edytor WYSIWYG dla Laravela (alternatywa dla CKEditor) z komponentem Blade, autozapisem, trybami WYSIWYG/HTML/CSS/podgląd, uploadem i storage, konfiguracją przez plik i .env oraz trasami i middleware.
Pros:
Cons:
local, public, etc.), which may require additional configuration for cloud storage (e.g., S3)..env and config/wweditor.php, adhering to Laravel’s 12-factor principles.auth) for security.WwEditorLaravel) enables dynamic content loading/saving without full page reloads.POST /wweditor/save).POST requests to /wweditor/save could strain the server if not rate-limited.Purifier) before storing/rendering content.storage/app may expose sensitive data if permissions are misconfigured.local to S3)?<x-wweditor::editor />) reduce boilerplate for frontend teams.auth middleware).WwEditorLaravel), enabling hybrid SPAs..wweditor-container).Route::post('/wweditor/save')).Post model with content field).composer require softbery-org/laravel-wweditor
php artisan vendor:publish --tag=wweditor-assets --tag=wweditor-config
config/app.php..env for storage, middleware, and auto-save settings.config/wweditor.php for route prefixes or CDN usage.<textarea> fields with the editor in non-critical forms.Post::update() with editor content).laravel/framework constraints in composer.json.composer.json to avoid unexpected updates:
"softbery-org/laravel-wweditor": "1.0.0"
config/wweditor.php and .env for future onboarding.php artisan config:cache) to optimize performance.wweditor-v1.0.0.css) to avoid cache conflicts during updates.How can I help you explore Laravel packages today?