PHPackages                             rroycedev/rroyce-assetmgr - 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. rroycedev/rroyce-assetmgr

ActiveProject[Framework](/categories/framework)

rroycedev/rroyce-assetmgr
=========================

The Laravel Framework.

00HTML

Since Mar 20Pushed 8y agoCompare

[ Source](https://github.com/rroycedev/rroyce-assetmgr)[ Packagist](https://packagist.org/packages/rroycedev/rroyce-assetmgr)[ RSS](/packages/rroycedev-rroyce-assetmgr/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

rroyce-assetmgr
===============

[](#rroyce-assetmgr)

An asset manager website using laravel package adldap2/adldap2-laravel

To get Webpack to compiler for vuejs-devtools you need to add the following to the end of the file ./node\_modules/laravel-mix/setup/webpack.config.js:

module.exports.node = { fs: 'empty', child\_process: 'empty' } externals: { child\_process: 'child\_process' }

Installation for Database Authentication
========================================

[](#installation-for-database-authentication)

1. Clone the repository  to your project root directory
2. Copy the .env.example file to .env
3. Edit the .env file and change the database settings to your settings:

    ```
     DB_CONNECTION=mysql
     DB_HOST=127.0.0.1
     DB_PORT=3306
     DB_DATABASE=homestead
     DB_USERNAME=homestead
     DB_PASSWORD=secret

    ```
4. From the project root directory type the following:

    ```
     composer update

     php artisan key:generate

     php artisan migrate

     php artisan db:seed --class=InitUsersTableSeeder

    ```

Installation for LDAP Authentication
====================================

[](#installation-for-ldap-authentication)

1. Clone the repository  to your project root directory
2. Copy the .env.example file to .env
3. Edit the .env file and change the the value of:

    ```
     ASSETMGR_USER_PROVIDER_DRIVER=adldap

     ADLDAP_ACCOUNT_PREFIX="cn="
     ADLDAP_ACCOUNT_SUFFIX=",cn=Asset Manager,ou=groups,dc=rroyce,dc=com"
     ADLDAP_CONTROLLERS=10.0.0.101
     ADLDAP_PORT=389
     ADLDAP_AUTO_CONNECT=false
     ADLDAP_TIMEOUT=5
     ADLDAP_BASEDN="dc=rroyce,dc=com"
     ADLDAP_ADMIN_ACCOUNT_PREFIX="cn="
     ADLDAP_ADMIN_ACCOUNT_SUFFIX=",dc=rroyce,dc=com"
     ADLDAP_ADMIN_USERNAME=admin
     ADLDAP_ADMIN_PASSWORD=
     ADLDAP_USE_SSL=false
     ADLDAP_USE_TLS=false

    ```
4. From the project root directory type the following:

    ```
     composer update

     php artisan key:generate

     php artisan vendor:publish --tag=adldap

    ```

Run Project Web Server
======================

[](#run-project-web-server)

To run the webserver type the following from the project root directory:

```
    php artisan server --host= --port=

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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://avatars.githubusercontent.com/u/37022756?v=4)[Ron Royce](/maintainers/rroycedev)[@rroycedev](https://github.com/rroycedev)

---

Top Contributors

[![rroycedev](https://avatars.githubusercontent.com/u/37022756?v=4)](https://github.com/rroycedev "rroycedev (15 commits)")

### Embed Badge

![Health badge](/badges/rroycedev-rroyce-assetmgr/health.svg)

```
[![Health](https://phpackages.com/badges/rroycedev-rroyce-assetmgr/health.svg)](https://phpackages.com/packages/rroycedev-rroyce-assetmgr)
```

###  Alternatives

[laravel/socialite

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

5.7k104.3M836](/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)
