Skip to content

Config creating problem #8518

Answered by samsonasik
alex7070m asked this question in Q&A
Discussion options

You must be logged in to vote

I think that because you're trying install rector directly in "C:\Users\alexa" which a home directory of user "alexa" which has system directory in it which php not allowed to access, try create a project instead, and install rector there, eg:

cd C:\Users\alexa
mkdir www
cd www
mkdir someproject
cd someproject

Then, setup rector per-project there, ensure that rector config in root of the project

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by samsonasik
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants