Browse Source

Update Assets category.

pull/1102/head
Jamie York 5 years ago
parent
commit
995b57ef26
No account linked to committer's email address
1 changed files with 5 additions and 3 deletions
  1. 5
    3
      README.md

+ 5
- 3
README.md View File

@@ -461,9 +461,11 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
461 461
 *Tools for managing, compressing and minifying website assets.*
462 462
 
463 463
 * [JShrink](https://github.com/tedious/JShrink) - A JavaScript minifier library.
464
-* [Munee](https://github.com/meenie/munee) - An asset optimiser library.
465
-* [Puli](https://github.com/puli/repository) - A library for determining assets absolute paths.
466
-* [BowerPHP](https://github.com/Bee-Lab/bowerphp) - A PHP implementation of Bower. A package manager for the web
464
+* [Laravel Mix](https://github.com/JeffreyWay/laravel-mix) - An elegant wrapper around Webpack for the 80% use case.
465
+* [Symfony Asset](https://github.com/symfony/asset) - Manages URL generation and versioning of web assets.
466
+* [Symfony Encore](https://github.com/symfony/webpack-encore) - A simple but powerful API for processing and compiling assets built around Webpack.
467
+
468
+https://github.com/symfony/webpack-encore
467 469
 
468 470
 ### Geolocation
469 471
 *Libraries for geocoding addresses and working with latitudes and longitudes.*

Loading…
Cancel
Save