PHP 7.4 has been published on 28 Nov 2019.
To update the active version of PHP to this one in a Debian system, you can follow the next steps.
Information technologies. Per aspera ad astra
PHP 7.4 has been published on 28 Nov 2019.
To update the active version of PHP to this one in a Debian system, you can follow the next steps.
En este post voy a explicar cómo instalar Composer y WP-CLI en un Windows 10. Tanto Composer como WP-CLI necesitan que tengas instalado PHP (instalaré PHP 7.3), por lo que va a ser lo primero que explique.
Debian 9 allows installing PHP 7.0 using apt, as I explained in this link (in Spanish).
In this post, I will go to explain how to install PHP 7.3, whose publication date (GA: General Availability) is December 6, 2018.
Debian 9 permite instalar mediante apt PHP 7.0, tal y como explico en este enlace.
En este post voy a explicar cómo instalar la versión 7.3 de PHP, cuya fecha de publicación (GA: General Availability) es el 6 de diciembre del 2018.
Debian 9 allows installing PHP 7.0 using apt, as I explained in this link (in Spanish).
The next version of Laravel, the 5.6, has as a requirement to have a PHP version equal to or higher than 7.1.3, so I will explain how to install the latest stable version, 7.2.
Debian 9 permite instalar mediante apt PHP 7.0, tal y como explico en este enlace.
La próxima versión de Laravel, la 5.6, tiene como requisito disponer de una versión de PHP igual o superior a la 7.1.3, por lo que voy a explicar cómo instalar la última versión estable, la 7.2.
Installing a new Laravel 5.5 application in a Debian 9 with PHP 7.0.27, when I execute the “composer install” I get this error:
If you want to show the Laravel version of a project, you can use the command:
$ php artisan --version Laravel Framework 5.5.32
This command gets the version from a constant in a file placed in the vendor\laravel\framework\src\Illuminate\Foundation\Application.php file
class Application extends Container implements ApplicationContract, HttpKernelInterface { /** * The Laravel framework version. * * @var string */ const VERSION = '5.5.32';
Tras instalar el sistema operativo base (Debian 9 Stretch), los servidores (MySQL y nginx) y configurarlos y migrar la instalación de WordPress desde otro servidor, llega el momento de isntalar un certificado SSL/TLS de Let’s Encrypt para proteger la comunicación.
Tras instalar el sistema operativo base (Debian 9 Stretch) y los servidores (MySQL y nginx) y configurarlos, el siguiente paso es migrar las dos instalaciones de WordPress.