Libraries tagged by blade php
laramint/laravel-security-scanner
4677 Downloads
Laravel-aware security rules for php-security-scanner. Detects Laravel SQL injection (DB::raw, whereRaw), mass assignment, debug/dd leaks, unsafe validators, CSRF bypass, insecure cookies, env exposure, Blade raw echo, open redirect, Http SSRF, Storage/File path traversal, file-upload validation gaps, Auth/Crypt/Artisan/Process/Config injection, view-name injection, session fixation, and Mail header injection.
koolreport/blade
79218 Downloads
Allow KoolReport to use blade template engine to render view
fabioserembe/blade-svg-pro
1766 Downloads
A Laravel package to convert (massively and recursively) SVG files in a folder into a single or multiple .blade.php file(s).
leafs/blade
24544 Downloads
Leaf PHP Framework adaptation of jenssegers/blade package
repinspl/php-cs-fixer-html-indent
279 Downloads
PHP-CS-Fixer custom fixers that preserve HTML-context indentation in mixed PHP/HTML files
mahmoud-mhamed/laravel-dblens
2632 Downloads
Browse and manage your Laravel database from a beautiful Blade dashboard — phpMyAdmin-style table browser, row editor, schema editor, SQL runner and search.
fuzzyfox/lucide-for-laravel
1647 Downloads
An always-current Lucide blade-icons set and PHP enum for Laravel and Filament, generated from the official Lucide release.
appstract/laravel-tracer
4324 Downloads
Adds the paths of all loaded views/partials to your templates.
tomatophp/tomato-admin
8736 Downloads
Tomato Admin Dashboard Build With FilamentPHP Theme for Laravel Splade
grazulex/laravel-atlas
2858 Downloads
Laravel Atlas scans your Laravel project to generate a complete, structured map of its internal components — models, controllers, routes, jobs, observers, events, commands, and more — and exports visual or machine-readable representations in formats like Markdown, JSON, HTML, Blade, or PDF.
phpblaze/bladelib
18694 Downloads
phpblade/bladelib is an optimized Blade-based vendor package designed to enhance PHP execution and improve query performance directly within Blade views. It streamlines rendering logic, reduces redundant operations, and boosts overall runtime efficiency for Laravel applications.
tanthammar/laravel-window-size
5327 Downloads
Laravel blade directives and php helpers for serverside rendered content, based on browser window size WITHOUT css
coolpraz/php-blade
8806 Downloads
The standalone version of Laravel's Blade templating engine for use outside of Laravel.
barefootjs/php
278 Downloads
Engine-agnostic PHP runtime for BarefootJS -- the shared BarefootJS.php runtime the Twig, Blade, and other PHP engine adapters bind as a pluggable backend.
barefootjs/blade
123 Downloads
Laravel Blade rendering backend for the BarefootJS PHP runtime (barefootjs/php) -- BladeBackend implements the engine backend contract on illuminate/view standalone (Filesystem + Dispatcher + EngineResolver/BladeCompiler + FileViewFinder + Factory), ported from packages/adapter-twig/php/src/TwigBackend.php (see also the packages/adapter-jinja/python port's JinjaBackend).