An open API service indexing awesome lists of open source software.

https://github.com/jbsnewmedia/asset-composer-bundle

A Symfony bundle to help you manage your assets directly from the vendor directory, ensuring all files are always up-to-date using their filetime version.
https://github.com/jbsnewmedia/asset-composer-bundle

asset asset-management composer symfony symfony-bundle symfony6 symfony7

Last synced: 3 months ago
JSON representation

A Symfony bundle to help you manage your assets directly from the vendor directory, ensuring all files are always up-to-date using their filetime version.

Awesome Lists containing this project

README

        

# composer install

when `PHP Fatal error: Allowed memory size` then

COMPOSER_MEMORY_LIMIT=-1 composer install

# phpstan.neon

includes:
- phpstan-global.neon
parameters:
editorUrl: 'phpstorm://open?file=%relFile&line=%line'
editorUrlTitle: '{{editorPath}}/%%relFile%%:%%line%%'

{{editorPath}}, PhpStorm project dir, right click on project dir, `Copy Path/Reference` > `Absolute Path` and paste it there.