This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drush eval "var_dump(Drupal\Component\Utility\Crypt::randomBytesBase64(55))" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PHP 7.1 | |
valet stop && brew services stop php56 && brew unlink php56 && brew link php71 && brew services start php71 && valet start | |
valet stop && brew unlink php56 && brew link php71 && brew services start php71 && valet start | |
PHP 5.6 | |
valet stop && brew services stop php71 && brew unlink php71 && brew link php56 && brew services start php56 && valet start | |
valet stop && brew unlink php71 && brew link php56 && brew services start php56 && valet start |