Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oxid-esales/eshop-virtual_namespace_generator
OXID eShop generator for virtual namespace classes
https://github.com/oxid-esales/eshop-virtual_namespace_generator
deprecated-repo oxid-esales php
Last synced: 8 days ago
JSON representation
OXID eShop generator for virtual namespace classes
- Host: GitHub
- URL: https://github.com/oxid-esales/eshop-virtual_namespace_generator
- Owner: OXID-eSales
- License: gpl-3.0
- Created: 2016-10-27T14:06:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T16:34:31.000Z (almost 6 years ago)
- Last Synced: 2024-12-08T15:37:42.392Z (about 1 month ago)
- Topics: deprecated-repo, oxid-esales, php
- Language: PHP
- Size: 45.9 KB
- Stars: 0
- Watchers: 16
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Generator for virtual namespace class maps
==========================================This component generates the virtual namespaces class maps for the three editions of the eShop.
The class map files are generated in the Core directory of each installed edition as VirtualNameSpaceClassMap.php.Installation
------------To install this component, run the following command in the root directory of your OXID eSales eShop:
```
composer require --dev oxid-esales/eshop-virtual-namespace-generator
```Usage
-----To create or update the virtual namespace class maps, run the following command in the root directory of your OXID eSales eShop:
```
vendor/bin/oe-eshop-generate_virtual_namespaces
```Bugs and Issues
---------------If you experience any bugs or issues, please report them in the section **OXID eShop (all versions)** of https://bugs.oxid-esales.com.