Installing doctrine/lexer (dev-master bc0e1f0) Cloning bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94 [RuntimeException] Failed to clone , git was not found, check that it is installed and in your PATH env. 'git' is not recognized as an internal or external command, operable program or batch file.
So I've downloaded PHP and composer and I've set the environment variable and all that but when I enter "composer create-project laravel/laravel myProject" into the terminal I get: " Failed to download laravel/laravel from dist: The zip extension and unzip/7z commands are both missing, skipping.The php.ini used by your command-line PHP is: C:\Program Files\php\php.ini .Now trying to download from source".
Download File ★ https://t.co/CN44rt9d61
If you want to use your own translation set, then you need to pass the translation file path to the function as second parameter (with a trailing directory separator). If you are using one of the default ones, then leave the second parameter empty.
1. I had to put the php path in my environment path variable in windows 2003.
To check to see if yours works before beginning, do start, run, cmd and enter
Type php -m, you should see output, if not you need to set the path
To see what your path currently is, type path and hit enter
To set the path on Windows 2003, go to the control panel and click on System. Then click on the advanced tab and you should see at the bottom a button for environment variables, click that. You now have a box where you can edit several things including your path.
If phpize is not in your path, please make surethat it is, by expanding the PATH environment variable. Make sureyou use the phpize that belongs to the PHP version that you want to use Xdebugwith. See this FAQ entry if you're having someissues with finding which phpize to use.
If Xdebug does not show up, or you get a warning from PHP that anxdebug.so file or similar was not found, you might need to use thefull path instead of just zend_extension=xdebug, such aszend_extension=/usr/lib/php/20190902/xdebug.so.