28/01/2019, 16:22
|
| | Fecha de Ingreso: agosto-2014
Mensajes: 31
Antigüedad: 10 años, 3 meses Puntos: 0 | |
Respuesta: Actualización web: PyroCMS Y Laravel ¿Qué significaría esto?¿qué tengo que hacer exactamente?
Update Dependencies
First make sure your project's composer.json is inline with the version of PyroCMS you are upgrading to. Pay attention to areas like the require, require-dev, repositories, extra, and config definitions. But be sure to inspect the entire file closely.
After getting things aligned just run composer update.
¿Y esto?
Run Migrations
Next run core migrations as well as all addon migrations with the following commands:
php artisan migrate --path=vendor/anomaly/streams-platform/migrations/application
php artisan migrate --all-addons
¿la línea de comandos va tal cual o requiere cambios? |