https://github.com/friends-of-presta/training
The PrestaShop 1.7.6 training module
https://github.com/friends-of-presta/training
learning-resources prestashop-1-7 prestashop-module
Last synced: 6 months ago
JSON representation
The PrestaShop 1.7.6 training module
- Host: GitHub
- URL: https://github.com/friends-of-presta/training
- Owner: friends-of-presta
- Created: 2019-04-21T21:09:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T20:20:35.000Z (almost 3 years ago)
- Last Synced: 2025-04-19T08:33:47.237Z (6 months ago)
- Topics: learning-resources, prestashop-1-7, prestashop-module
- Language: PHP
- Homepage:
- Size: 2.11 MB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Module for showcasing new features of PrestaShop
### Requirements
1. Composer, see [Composer](https://getcomposer.org/) to learn more
2. Yarn, see [Yarn](https://yarnpkg.com/lang/en/) to learn more
### How to install1. Download or clone module into `modules` directory of your PrestaShop installation
2. Make sure module directory is named `pstraining`
3. `cd` into module's directory and run following commands:
- `composer dumpautoload` to generate autoloader for module
- `yarn install` to install Encore (see [Webpack Encore](http://symfony.com/doc/current/frontend.html) to learn more about Encore)
- `yarn encore dev` to compile assets for development environment
- (optional) `yarn encore production` to compile assets for production use (e.g. before submitting module to Addons Marketplace or installing on live shop)
4. Install module from Back Office
### How to run tests
This module is using PHPUnit that comes with PrestaShop. To Run tests follow instructions below.1. Make sure you are inside module directory
2. Run `./../../vendor/bin/phpunit`