This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo "Ocnfigurado variable de entorno de php" | |
| setx PATH "%PATH%;C:\APPS\xampp\php" | |
| echo "Instalando la extension de PHP Intelephense" | |
| code --install-extension bmewburn.vscode-intelephense-client | |
| echo "variable de rntorno configurado" | |
| echo "configurara composer" | |
| php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" | |
| php -r "if (hash_file('sha384', 'composer-setup.php') === 'c8b085408188070d5f52bcfe4ecfbee5f727afa458b2573b8eaaf77b3419b0bf2768dc67c86944da1544f06fa544fd47') { echo 'Installer verified'.PHP_EOL; } else { echo 'Installer corrupt'.PHP_EOL; unlink('composer-setup.php'); exit(1); }" | |
| php composer-setup.php | |
| php -r "unlink('composer-setup.php');" |