Skip to content

steal9pro/ps_CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prestashop CLI

A command-line interface for prestashop CMS

Command for prestashop, which can clean the cache, add hook, change domain and attaching modules on hooks.

Installation

  • Download latest version from git
git clone https://github.com/Myrkotyn/ps_CLI.git
  • Move Dispatcher.php to folder with overriding classes
mv Dispatcher.php Your-Project/override/classes/
  • Move CrudController.php to folder with overriding controllers of admin
mv CrudController.php Your-Project/override/controllers/admin/
  • Move console.php to the root of the project
mv console.php Your-Project/
  • Then you can use the command from terminal
php console.php ?
  • Dont forget to delete class_index.php file in You-Project/cache

About

Command for prestashop.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages