Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 719 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 719 Bytes

Prestashop Psysh Module

Description

The Prestashop Psysh module is designed to create a CLI command that allows you to access the PsySH shell console. PsySH is an interactive debugger and REPL (Read-Eval-Print Loop) that works similarly to Tinker in Laravel. You can learn more about PsySH here.

Installation

Before using this module, make sure to run the following command to install the necessary dependencies:

composer install

Usage

Once the module is installed, you can access the PsySH shell by executing the following

php bin/console prestapsysh:shell

Module CLI