Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dartmoon-io/prestashop-console


https://github.com/dartmoon-io/prestashop-console

prestashop prestashop-library

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Prestashop Console
Simple boilerplate to streamline the creation of custom PrestaShop console commands.

## Installation

```bash
composer require dartmoon/prestashop-console
```

## Usage

### Create command file
You can create a command everywhere in the module folder, but for the sake of explanation let's assume we have a folder name `src/Commands`.

Let's create out first command, creating the file `src/Commands/HelloWorldCommand.php`

```php