aaemnnosttv / wp-cli-valet-command

Harness the power of Laravel Valet for creating fully functional WordPress installs in seconds.
https://aaemnnost.tv/wp-cli-commands/valet/
299 stars 31 forks source link

No link created for WordPress site #90

Closed jasperf closed 1 year ago

jasperf commented 1 year ago

Just added wp-cli via Homebrew , added WP CLI Valet via wp cli package and then I tried to add a site. I had to authorize the creation using my MacBook Pro password and it said all was done:

wp valet new imwzv2
Don't go anywhere, this should only take a second...

Deprecated: Creation of dynamic property WP_CLI\ProcessRun::$caller is deprecated in /Users/me/.wp-cli/packages/vendor/aaemnnosttv/wp-cli-valet-command/src/Process/ShellCommand.php on line 60

Deprecated: Creation of dynamic property WP_CLI\ProcessRun::$caller is deprecated in /Users/me/.wp-cli/packages/vendor/aaemnnosttv/wp-cli-valet-command/src/Process/ShellCommand.php on line 60

Deprecated: Creation of dynamic property WP_CLI\ProcessRun::$caller is deprecated in /Users/me/.wp-cli/packages/vendor/aaemnnosttv/wp-cli-valet-command/src/Process/ShellCommand.php on line 60

Deprecated: Creation of dynamic property WP_CLI\ProcessRun::$caller is deprecated in /Users/me/.wp-cli/packages/vendor/aaemnnosttv/wp-cli-valet-command/src/Process/ShellCommand.php on line 60

Deprecated: Creation of dynamic property WP_CLI\ProcessRun::$caller is deprecated in /Users/me/.wp-cli/packages/vendor/aaemnnosttv/wp-cli-valet-command/src/Process/ShellCommand.php on line 60
Success: imwzv2 ready! https://imwzv2.test

but when I did valet links the site was not listed and the link did not work. Files and database were created however .

jasperf commented 1 year ago

Guess I have to valet link manually. Just did and then it does work ... of course.