PHPackages                             laravellegends/assets-generator - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. laravellegends/assets-generator

AbandonedLibrary[Utility &amp; Helpers](/categories/utility)

laravellegends/assets-generator
===============================

Generate assets for Laravel 4

0.0.1(9y ago)143MITPHP

Since Feb 14Pushed 9y ago2 watchersCompare

[ Source](https://github.com/LaravelLegends/assets-generator)[ Packagist](https://packagist.org/packages/laravellegends/assets-generator)[ RSS](/packages/laravellegends-assets-generator/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

\#Generate Javascript and CSS files via Laravel 4 Command line

[![Build Status](https://camo.githubusercontent.com/85c6399ec6344fad978d9e214452ef564ba35ed0009610605901ec1d51e17085/68747470733a2f2f7472617669732d63692e6f72672f4c61726176656c4c6567656e64732f6173736574732d67656e657261746f722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/LaravelLegends/assets-generator)

**Instalation**

Run `composer require laravellegends/assets-generator`

Add in `app/config.php`:

```
   'providers' => [
       // another providers
       'LaravelLegends\AssetsGenerator\Provider'
   ]
```

**Usage**

Now, the command is avaliable in `php artisan`. Run `php artisan generate:assets {path}` for create css and Javascript files.

By default, the files are created in 'public/css' and 'public/js' folders.

For example:

```
php artisan generate:assets users/index
```

The files `public/css/users/index.css` and `public/js/users/index.js` will be created.

**Stub**

For costumization, use `assets-generator::config.stubs` with keys `js` or `css` and add a file for create default template for your assets files.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3467d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/983cda3e30a5a58d250f3bef7360267e0185b46e891f2f08e6683d0af9a9ddc7?d=identicon)[wallacemaxters](/maintainers/wallacemaxters)

---

Top Contributors

[![wallacemaxters](https://avatars.githubusercontent.com/u/5245865?v=4)](https://github.com/wallacemaxters "wallacemaxters (9 commits)")

---

Tags

laravelcommandassets

### Embed Badge

![Health badge](/badges/laravellegends-assets-generator/health.svg)

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

###  Alternatives

[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90157.6k](/packages/emargareten-inertia-modal)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.0k](/packages/forjedio-inertia-table)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.8k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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