ideatocode/blade-stacks-pusher

Push arbitrary content to laravel stacks from anywhere
46,145 2
Install
composer require ideatocode/blade-stacks-pusher
Latest Version:v1.0.0
PHP:>=7.4
License:MIT
Last Updated:Jan 12, 2026
Links: GitHub  ·  Packagist
Maintainer: helios-live

Push arbitrary content to laravel stacks from anywhere

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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.