melisplatform / melis-asset-manager
Installs: 5 832
Dependents: 3
Suggesters: 0
Security: 1
Stars: 1
Watchers: 8
Forks: 0
Open Issues: 0
Type:melisplatform-module
Requires
- php: ^8.1|^8.3
- melisplatform/melis-core: ^5.2
- dev-master
- v5.3.1
- v5.3.0
- v5.2.1
- v5.2.0
- v5.1.0
- v5.0.1
- v5.0.0
- v4.1.0
- v4.0.1
- v4.0.0
- v3.2.6
- v3.2.5
- v3.2.4
- v3.2.3
- v3.2.2
- v3.2.1
- v3.2.0
- v3.1.2
- v3.1.1
- v3.1.0
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.5.1
- 2.5.0
- v2.4.0
- v2.3.0
- v2.2.0
- v2.1.1
- v2.1
- dev-evo/bundle
- dev-evo/cms-docu
- dev-develop
- dev-evo/platform-cache
- dev-update/php83
- dev-fix/vulnerability
- dev-update/php-8-upgrade
- dev-fix/vendor-module-path
- dev-php7.4
- dev-migrate/laminas
- dev-module-activate
- dev-zend-old-version
This package is auto-updated.
Last update: 2024-10-21 07:22:28 UTC
README
MelisAssetManager provides deliveries of Melis Platform's assets located in every module's public folder.
Getting Started
These instructions will get you a copy of the project up and running on your machine.
Prerequisites
MelisAssetManager will attempt to create a file in the main config folder of the project.
It is important that the folder has enough rights to be written in.
Filename and location:
/config/melis.modules.path.php
Installing
Run the composer command:
composer require melisplatform/melis-asset-manager
Running the code
The code will run by itself on loading of the modules by the use of a listenner.
Assets are then accessible by using the following URLs:
/[moduleName]/css/mycss.css
/[moduleName]/js/myjs.js
/[moduleName]/images/img.jpg
MelisAssetManager will also attempt to find the requested elements in the main public folder.
Authors
- Melis Technology - www.melistechnology.com
See also the list of contributors who participated in this project.
License
This project is licensed under the OSL-3.0 License - see the LICENSE.md file for details