laraberg icon indicating copy to clipboard operation
laraberg copied to clipboard

A Gutenberg implementation for Laravel

Results 14 laraberg issues
Sort by recently updated
recently updated
newest added

- Update composer dependencies to php 8.1 max. - Add php-cs-fixer config. - Add phpstan config. - Format code. - Create phpstan baseline, fix one broken return type. - Refactor...

Block Media & Text - the image is not displayed after loading. There is no tag img in the block figure

no-issue-activity

Im using Laravel 11.15.0 Php Version | 8.3.8 Packages: "unisharp/laravel-filemanager": "^2.9", "intervention/image": "^3.7", "van-ons/laraberg": "^2.0" "@tailwindcss/forms": "^0.5.2", "@vitejs/plugin-react": "^4.3.1", "autoprefixer": "^10.4.2", "axios": "^1.6.4", "laravel-vite-plugin": "^1.0", "postcss": "^8.4.31", "react": "^18.3.1", "react-dom":...

When I enter a tag in Laraberg and submit it, the first time it is sanitized, but the second time it is submitted as is. This is not safe for...