ERP SIDE OF Carrier Module made for PrestaShop to easily print PDF Labels of a given Shipment. π·οΈ
- 2 controllers
- Unit tests
- Save Customer's information to the Database
- Generate PDF Label of a given customer
- Easy Deployment with Docker
- Github CI/CD Pipelines
- Installed Prestashop Module: Github link
- Docker
- Clone the project:
git clone https://github.com/SteponasK/PrestaShop-Shipping-ERP - If not already done, install Docker Compose (v2.10+)
- Run
docker compose build --no-cacheto build fresh images - Run
docker compose up --pull always -d --waitto start the project - Open
https://localhostin your favorite web browser and accept the auto-generated TLS certificate - Run
docker compose down --remove-orphansto stop the Docker containers. - Install Shipping Module.
- Enjoy!
- DONT FORGET TO CHANGE YOUR .ENV information (API_KEY, Database Name, Password)
- Build options
- Using Symfony Docker with an existing project
- Support for extra services
- Deploying in production
- Debugging with Xdebug
- TLS Certificates
- Using a Makefile
- Troubleshooting
- Updating the template
- Clone the project:
git clone https://github.com/SteponasK/PrestaShop-Shipping-ERP - Run Composer Install:
composer install - Change your .env variables (db & api key)
- Start Web Server
- Install Shipping Module.
- Enjoy!
This project is available under the MIT License.
- Steponas K
Symfony Docker skeleton was created by KΓ©vin Dunglas, co-maintained by Maxime Helias and sponsored by Les-Tilleuls.coop.
