PHPackages                             nhatphamcdn/assets-manage - 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. [Framework](/categories/framework)
4. /
5. nhatphamcdn/assets-manage

ActiveLibrary[Framework](/categories/framework)

nhatphamcdn/assets-manage
=========================

Laravel manage assets

031PHP

Since Sep 3Pushed 6y agoCompare

[ Source](https://github.com/nhatphamcdn/Assets-manage)[ Packagist](https://packagist.org/packages/nhatphamcdn/assets-manage)[ RSS](/packages/nhatphamcdn-assets-manage/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (2)Used By (0)

\#Simple Asset Manager for Laravel

### Installation

[](#installation)

1. Run `composer require nhatphamcdn/assets-manage`
2. Add `Nhatphamcdn\AssetsManage\AssetsManageServiceProvider::class` to app config `providers` array
3. Run `php artisan vendor:publish --provider="Nhatphamcdn\AssetsManage\AssetsManageServiceProvider" --tag="config"`

### Configuration

[](#configuration)

All the assets are defined as key-value pairs in the `assets` array. The key would then be used in the view files to include the resources, *e.g.* `@css('animate')`.

### Example usage

[](#example-usage)

***config/assets.php***

```
'assets' => [
    'animate' => [
            'css' => 'https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css'
    ],
    'tagsinput' => [
        'css' => 'https://cdnjs.cloudflare.com/ajax/libs/bootstrap-tagsinput/0.8.0/bootstrap-tagsinput.css',
        'js' => 'https://cdnjs.cloudflare.com/ajax/libs/bootstrap-tagsinput/0.8.0/bootstrap-tagsinput.min.js'
    ],
    'datatables' => [
        'css' => 'https://cdnjs.cloudflare.com/ajax/libs/datatables/1.10.12/css/dataTables.bootstrap.min.css',
        'js' => [
            'https://cdnjs.cloudflare.com/ajax/libs/datatables/1.10.12/js/jquery.dataTables.min.js',
            'https://cdnjs.cloudflare.com/ajax/libs/datatables/1.10.12/js/dataTables.bootstrap.min.js'
        ]
    ],
    ...
]

```

***view.blade.php***

```
@css('animate', 'tagsinput', 'datatables')

@js('tagsinput', 'datatables')

```

This will create asset inclusions in your html with the corresponding urls.

You can also call urls directly

```
@css('http://link-stylesheet.css')
@js('https://link-js.js')

```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/2663f532f788e6c82dc7e8c35adcb9c3da2bf30f56acb9382ac73196e134229f?d=identicon)[nhatphamcdn](/maintainers/nhatphamcdn)

---

Top Contributors

[![nhatphamcdn](https://avatars.githubusercontent.com/u/29014489?v=4)](https://github.com/nhatphamcdn "nhatphamcdn (3 commits)")

### Embed Badge

![Health badge](/badges/nhatphamcdn-assets-manage/health.svg)

```
[![Health](https://phpackages.com/badges/nhatphamcdn-assets-manage/health.svg)](https://phpackages.com/packages/nhatphamcdn-assets-manage)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M840](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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