mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-08-07 20:10:08 +02:00
📝 Add information about running valet install
This commit is contained in:
@ -423,7 +423,7 @@
|
|||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/../Frameworks",
|
"@executable_path/../Frameworks",
|
||||||
);
|
);
|
||||||
MARKETING_VERSION = "2.5-pre";
|
MARKETING_VERSION = 2.5;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.nicoverbruggen.phpmon;
|
PRODUCT_BUNDLE_IDENTIFIER = com.nicoverbruggen.phpmon;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||||
@ -447,7 +447,7 @@
|
|||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/../Frameworks",
|
"@executable_path/../Frameworks",
|
||||||
);
|
);
|
||||||
MARKETING_VERSION = "2.5-pre";
|
MARKETING_VERSION = 2.5;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.nicoverbruggen.phpmon;
|
PRODUCT_BUNDLE_IDENTIFIER = com.nicoverbruggen.phpmon;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||||
|
@ -61,6 +61,10 @@ Try installing again using `brew install php`.
|
|||||||
|
|
||||||
This should resolve the issue.
|
This should resolve the issue.
|
||||||
|
|
||||||
|
#### Q: PHP Monitor says the correct version is loaded, but my Valet sites don't work!
|
||||||
|
|
||||||
|
You may need to run `valet install`. (Preferably after updating `valet` by running `composer global update`).
|
||||||
|
|
||||||
#### Q: PHP Monitor reports another version compared to phpinfo on my local website, what is going on?
|
#### Q: PHP Monitor reports another version compared to phpinfo on my local website, what is going on?
|
||||||
|
|
||||||
_Beginning with version 2.0 you'll get alerts about this at startup._
|
_Beginning with version 2.0 you'll get alerts about this at startup._
|
||||||
|
Reference in New Issue
Block a user