appventus/assetic-injector-bundle
<script src="..."> in Blade templates).For Executives: "This bundle lets us centrally manage global JavaScript and CSS files (e.g., jQuery, Bootstrap) in our Laravel app, reducing duplication and speeding up page loads. It’s a lightweight, no-code solution to clean up fragmented asset includes—ideal for legacy systems or quick wins. Since it’s MIT-licensed and open-source, we avoid vendor lock-in while cutting dev time. We’d use it as a stopgap while we plan a longer-term asset pipeline upgrade."
For Engineering:
*"AsseticInjectorBundle provides a simple YAML/annotation-based way to define global assets (e.g., @javascripts: ['vendor/jquery.js']) and inject them into templates via Twig/Blade. It’s a drop-in replacement for manual <script> tags and works with Assetic’s minification/concatenation. Perfect for:
How can I help you explore Laravel packages today?