Loading repository data…
Loading repository data…
koriyapankaj / repository
OpenCart Extension Builder is a simple PHP-based console tool that allows you to easily create a new OpenCart extension by prompting you for essential extension details such as name, description, author, and more. This builder uses Symfony's Console component to provide a command-line interface.
OpenCart Extension Builder is a simple PHP-based console tool that allows you to easily create a new OpenCart extension by prompting you for essential extension details such as name, description, author, and more. This builder uses Symfony's Console component to provide a command-line interface.
Follow the steps below to install and use the OpenCart Extension Builder.
Clone the repository to your local machine:
git clone https://github.com/koriyapankaj/opencart-extension-builder.git
cd opencart-extension-builder
Use Composer to install the required dependencies:
composer install
You can now run the OpenCart Extension Builder using the following command:
php main.php build
After you provide the required information, the builder will generate a directory structure for your new OpenCart extension inside buld directory.