Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/friends-of-presta/masterclass
Form and Grid customizations using PrestaShop 1.7.5+
https://github.com/friends-of-presta/masterclass
prestashop prestashop-1-7 prestashop-free
Last synced: 4 months ago
JSON representation
Form and Grid customizations using PrestaShop 1.7.5+
- Host: GitHub
- URL: https://github.com/friends-of-presta/masterclass
- Owner: friends-of-presta
- Created: 2018-11-07T10:41:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T18:15:59.000Z (over 1 year ago)
- Last Synced: 2024-09-27T11:41:58.016Z (4 months ago)
- Topics: prestashop, prestashop-1-7, prestashop-free
- Language: PHP
- Homepage:
- Size: 585 KB
- Stars: 18
- Watchers: 13
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Demo module for PrestaShop Grid component
### 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 `demogrid`
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