WAMP

Updated: 01 April 2024

WampServer is a Windows web development environment. It allows you to create web applications with Apache2, PHP and a MySQL database. Alongside, PhpMyAdmin allows you to manage easily your databases.


Run PHP from the command prompt, where php8.2.13 is one of the PHP versions installed by WAMP

C:\>C:\wamp64\bin\php\php8.2.13\php --version

Run the Symfony framework console, where php8.2.13 is one of the PHP versions installed by WAMP

C:\wamp64\www\symf-project>C:\wamp64\bin\php\php8.2.13\php bin/console

Leave a comment