├── LICENSE ├── README.md ├── composer.json └── src ├── LegacyServiceProvider.php ├── Middleware.php ├── ServiceProvider.php ├── Tidy.php └── config.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Stolz/laravel-html-tidy/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Stolz/laravel-html-tidy/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Stolz/laravel-html-tidy/HEAD/composer.json -------------------------------------------------------------------------------- /src/LegacyServiceProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Stolz/laravel-html-tidy/HEAD/src/LegacyServiceProvider.php -------------------------------------------------------------------------------- /src/Middleware.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Stolz/laravel-html-tidy/HEAD/src/Middleware.php -------------------------------------------------------------------------------- /src/ServiceProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Stolz/laravel-html-tidy/HEAD/src/ServiceProvider.php -------------------------------------------------------------------------------- /src/Tidy.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Stolz/laravel-html-tidy/HEAD/src/Tidy.php -------------------------------------------------------------------------------- /src/config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Stolz/laravel-html-tidy/HEAD/src/config.php --------------------------------------------------------------------------------