ideatocode / blade-stacks-pusher
Push arbitrary content to laravel stacks from anywhere
Fund package maintenance!
ideatocode
Requires
- php: >=7.4
This package is auto-updated.
Last update: 2025-03-11 09:26:09 UTC
README
Push arbitrary content to laravel stacks from anywhere.
Installation
You can install the package via composer:
composer require ideatocode/blade-stacks-pusher
Usage
use Ideatocode\BladeStacksPusher\Facades\BSP; BSP::push('scripts', function () { return '<script>console.log("It Works!")</script>'; }); BSP::push('scripts', '<script>console.log("This also works!")</script>'); BSP::push('scripts', view('test'));
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.