PHPackages                             ideatocode/blade-stacks-pusher - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. ideatocode/blade-stacks-pusher

ActiveLibrary[Templating &amp; Views](/categories/templating)

ideatocode/blade-stacks-pusher
==============================

Push arbitrary content to laravel stacks from anywhere

v1.0.0(4y ago)246.2k↓54.4%[2 PRs](https://github.com/helios-live/blade-stacks-pusher/pulls)MITPHPPHP &gt;=7.4CI passing

Since Dec 28Pushed 5mo agoCompare

[ Source](https://github.com/helios-live/blade-stacks-pusher)[ Packagist](https://packagist.org/packages/ideatocode/blade-stacks-pusher)[ Docs](https://github.com/ideatocode/blade-stacks-pusher)[ GitHub Sponsors](https://github.com/ideatocode)[ RSS](/packages/ideatocode-blade-stacks-pusher/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (1)DependenciesVersions (4)Used By (0)

Push arbitrary content to laravel stacks from anywhere
======================================================

[](#push-arbitrary-content-to-laravel-stacks-from-anywhere)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c103b6299e7639d9882d37ba6d8787c810e765a339c6da329a127d37dc39bdae/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f69646561746f636f64652f626c6164652d737461636b732d7075736865722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ideatocode/blade-stacks-pusher)[![GitHub Tests Action Status](https://camo.githubusercontent.com/b2da8e07d8f5660c46c4a86c8dcedf9f09712de17ce8f116f6df8044aef0fb94/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f69646561746f636f64652f626c6164652d737461636b732d7075736865722f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/ideatocode/blade-stacks-pusher/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/dd2e4623acb84625f0dec28f13a4ac22a4b20806c73625307716ca61845b1378/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f69646561746f636f64652f626c6164652d737461636b732d7075736865722f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/ideatocode/blade-stacks-pusher/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/301a320578528976d0b0c9cc3119ceca18c209a457d0aea4308c76217d85bc79/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f69646561746f636f64652f626c6164652d737461636b732d7075736865722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ideatocode/blade-stacks-pusher)

Push arbitrary content to laravel stacks from anywhere.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require ideatocode/blade-stacks-pusher
```

Usage
-----

[](#usage)

```
use Ideatocode\BladeStacksPusher\Facades\BSP;

BSP::push('scripts', function () {
    return 'console.log("It Works!")';
});
BSP::push('scripts', 'console.log("This also works!")');
BSP::push('scripts', view('test'));
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Alexandru Eftimie](https://github.com/ideatocode)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance48

Moderate activity, may be stable

Popularity31

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1648d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/09dbf787c0b3936d92194a12ebd68b7c54b8a4f10616e7c665c3ea651e0cada8?d=identicon)[helios-live](/maintainers/helios-live)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (12 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (11 commits)")[![alexandru-eftimie](https://avatars.githubusercontent.com/u/65734304?v=4)](https://github.com/alexandru-eftimie "alexandru-eftimie (3 commits)")

---

Tags

laravelideatocodeblade-stacks-pusher

### Embed Badge

![Health badge](/badges/ideatocode-blade-stacks-pusher/health.svg)

```
[![Health](https://phpackages.com/badges/ideatocode-blade-stacks-pusher/health.svg)](https://phpackages.com/packages/ideatocode-blade-stacks-pusher)
```

###  Alternatives

[itstructure/laravel-grid-view

Grid view for laravel framework

2448.7k4](/packages/itstructure-laravel-grid-view)[ycs77/inertia-laravel-ssr-head

Simple SSR Head for Inertia Laravel

3414.1k](/packages/ycs77-inertia-laravel-ssr-head)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
