dev-master
9999999-devapp to export extension for opencart
MIT
The Requires
1.0.2
1.0.2.0app to export extension for opencart
MIT
The Requires
1.0.1
1.0.1.0app to export extension for opencart
MIT
The Requires
app to export extension for opencart
Opencart Extension Export, (*2)
this cli will help you find and compile all files that were create to build an extension for opencart, (*3)
CLI still need to add the validations but for now it does the job to find the files also export to an unique folder, (*4)
To install it you will need to go to composer, (*5)
composer install, (*6)
<pre><code> { "name": "opencart/opencart", ..... }, "require": { "rmanara/export": "@dev" }, "scripts": { "post-install-cmd": [ "Rmanara\\Export\\Installer::Init" ], "post-update-cmd": [ "Rmanara\\Export\\Installer::Init" ] } }
, (*7)
After the installation you will a notification saying: file console ready, (*8)
now you can run the cli to export the extension files that you were working on, (*9)
php console app:export {filename}, (*10)
it will build the folder "/temp_extension" and put all file that has that name in it, (*11)
app to export extension for opencart
MIT
app to export extension for opencart
MIT
app to export extension for opencart
MIT