Download the PHP package bayareawebpro/laravel-dom-pipeline without Composer
On this page you can find all versions of the php package bayareawebpro/laravel-dom-pipeline. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bayareawebpro/laravel-dom-pipeline
More information about bayareawebpro/laravel-dom-pipeline
Files in bayareawebpro/laravel-dom-pipeline
Package laravel-dom-pipeline
Short Description A DOM Pipeline Utility for Modifying HTML
License MIT
Homepage https://github.com/bayareawebpro/laravel-dom-pipeline
Informations about the package laravel-dom-pipeline
Laravel DOM Pipeline
https://packagist.org/packages/bayareawebpro/laravel-dom-pipeline
Laravel DOM Pipeline allows you to pipe HTML content through a series of classes
which can be helpful with sanitization and server-side enhancement / modification of page
elements. The pipeline will not return the <body>
tag or any other tags outside of the
body scope.
"libxml_use_internal_errors" is enabled allow any type of tag to operated on. See DomPipelineService::class (line 25).
Usage:
Example Dom Pipe Class
LazyLoad Images
Element to VueComponent
Convert an Iframe into a Vue Component extracting the video ID from the URL.
Table of Contents
Make Tables Responsive
Convert tables to bootstrap equivalent style.
Link Sanitizer
All versions of laravel-dom-pipeline with dependencies
ext-dom Version *
ext-libxml Version *
illuminate/pipeline Version ^6.0|^7.0|^8.0|^9.0|^10.0
illuminate/support Version ^6.0|^7.0|^8.0|^9.0|^10.0