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.
- Host: GitHub
- URL: https://github.com/jbsnewmedia/asset-composer-bundle
- Owner: jbsnewmedia
- License: mit
- Created: 2024-08-03T10:57:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-07T16:24:54.000Z (4 months ago)
- Last Synced: 2025-03-07T17:17:37.909Z (4 months ago)
- Topics: asset, asset-management, composer, symfony, symfony-bundle, symfony6, symfony7
- Language: PHP
- Homepage:
- Size: 118 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.dev.md
- License: LICENSE
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.