Valet switch PHP version with these commands
Install PHP 5.6 and switch Valet to PHP 5.6
valet stop
brew unlink php71
brew install php56
brew install php56-mcrypt
brew link php56
valet start
Valet switch PHP version with these commands
Install PHP 5.6 and switch Valet to PHP 5.6
valet stop
brew unlink php71
brew install php56
brew install php56-mcrypt
brew link php56
valet start
{ | |
"editor.fontFamily": "Fira Code", | |
"editor.fontLigatures": true, | |
"editor.fontSize": 17, | |
"editor.lineHeight": 25, | |
"editor.fontWeight": "400", | |
"editor.tabSize": 2, | |
"editor.renderIndentGuides": true, | |
"editor.parameterHints": false, | |
"editor.formatOnPaste": true, |
{ | |
"parser": "babel-eslint", | |
"plugins": [ | |
"react-native", | |
"jsx-a11y", | |
"import" | |
], | |
"extends": [ | |
"airbnb", | |
"plugin:react-native/all" |