PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Monday, May 16, 2022

[FIXED] How to change php folder for Windows on EasyPHP?

 May 16, 2022     easyphp, laravel, php     No comments   

Issue

I am using easyPHP as a local server. I was using php version 5.6... now I want to install Laravel 5.5.0 by using windows command line via composer. Though I changed php version from 5.6.. to 7.0 from easyPHP admin panel, composer still trying to install Laravael by using php.ini file of version 5.6.. I mean composer still thinks I use php 5.6.. how can I change default php folder for composer?


Solution

If you want to change PHP version, change it in Environment variables (edit "PATH", chnage php path to php7 path)



Answered By - Widziks
Answer Checked By - Clifford M. (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing