Install with composer
composer install
Launch PHP server from the installed directory
php -S localhost:8000
Go to http://localhost:8000/ or watherver server you created
Example. http://localhost:8000?title=Testing&message=This is a message
Install with composer
composer install
Launch PHP server from the installed directory
php -S localhost:8000
Go to http://localhost:8000/ or watherver server you created
Example. http://localhost:8000?title=Testing&message=This is a message