ideatocode/blade-stacks-pusher

Push arbitrary content to laravel stacks from anywhere

Downloads

15125

Stars

1

Version

v1.0.0

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.

ideatocode

Author

ideatocode