ideatocode/blade-stacks-pusher

Push arbitrary content to laravel stacks from anywhere

Fund package maintenance!
ideatocode

Installs: 26 835

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 0

Forks: 0

v1.0.0 2021-12-28 15:40 UTC

This package is auto-updated.

Last update: 2025-03-11 09:26:09 UTC


README

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.