Registry / utility / orchestra-asset

orchestra-asset

JSON →
library6.1.0phppackagistunverified

Asset Component for Orchestra Platform manages CSS and JavaScript assets in Laravel applications.

composer require orchestra/asset
INSTALL
IMPORT
SIG · ORCHESTRA-ASSET
O
orchestra-asset
utilityphpv6.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Asset
use Orchestra\Asset\Asset;

Create an asset instance, add a stylesheet, and render it.

use Orchestra\Asset\Asset; $asset = new Asset(); $asset->add('style', 'css/app.css'); echo $asset->styles();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.1.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
orchestra-asset — pip install orchestra-asset · libregistry