Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aeyoll/prestashop-1.6-php-migration
https://github.com/aeyoll/prestashop-1.6-php-migration
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aeyoll/prestashop-1.6-php-migration
- Owner: aeyoll
- Created: 2021-06-06T17:36:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-07T06:54:28.000Z (over 3 years ago)
- Last Synced: 2024-11-01T23:25:10.263Z (about 2 months ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Migrate PrestaShop 1.6 to PHP 7.3
This script helps migrate PrestaShop to PHP 7.3 (not supported in the official version).
Warning
---This fixes common gotchas, but your shop may need adjustments, especially with some modules.
Please please please, run this first on a **versionned** code base and in a **development environment**. I'm not responsible if you break your shop!Usage
---```sh
git clone https://github.com/aeyoll/prestashop-1.6-php-migration.git
cd prestashop-1.6-php-migration
cp * your-prestashop-dir
cd your-prestashop-dir
composer install
./migrate.sh