Search
 
SCRIPT & CODE EXAMPLE
 

PHP

how can we use two php version in mac os

# Switch from 8.1 to 7.4
brew unlink php@8.1
brew link php@7.4 --force
Comment

mac install multiple php versions

brew install php@5.6
brew install php@7.0
brew install php@7.1
brew install php@7.2
brew install php@7.3
brew install php@7.4
Comment

mac install multiple php versions

# Switch from 7.4 to 5.6
brew unlink php@7.4
brew link php@5.6 --force
Comment

PREVIOUS NEXT
Code Example
Php :: Laravel Unable to migrate or Make Seeds 
Php :: php guzzle client x-www-form-urlencoded 
Php :: laravel vue csrf 
Php :: laravel excel set cell height 
Php :: mysql server has gone away php 
Php :: artisan cache clear 
Php :: laravel check collection has key 
Php :: prestashop get all products 
Php :: is php the fucking worst 
Php :: phpspreadsheet edit excel file 
Php :: run raw sql with doctrine manager 
Php :: PHP CSV File Export Using fputcsv() 
Php :: seconds to days hours minutes seconds php 
Php :: how to check exist in array in rule validation laravel 
Php :: how to return 0 as true in laravel 
Php :: php count array elements with specific key 
Php :: remove cookies php 
Php :: Add 7 days to the current date in PHP 
Php :: how to find the name of login user in laravel 
Php :: eloquent where in 
Php :: php check if function exists 
Php :: php generate random string 
Php :: php curl 
Php :: php convert special characters to normal 
Php :: debug $_POST 
Php :: symfony get query param 
Php :: wordpress get post slug 
Php :: how to search two needle in an array in_array php 
Php :: server error in laravel 
Php :: laravel load view in variable 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =