sudo apt-get update
sudo apt-get install mssql-tools unixodbc-dev
Agregar la ubicación de las herramientas al PATH:
#!/bin/bash | |
rm -Rf vendor && | |
composer install --prefer-dist --optimize-autoloader --no-dev && | |
php artisan migrate --force && | |
php artisan optimize:clear && | |
php artisan optimize && | |
php artisan view:cache |
#!/bin/sh | |
# Messages | |
# ---------------------- | |
txtSuccess='\033[1;32m' | |
txtError='\033[0;31m' | |
txtNoColor='\033[0m' | |
{ | |
"amount": 15900, | |
"description": "Prueba de pago Store", | |
"customer": { | |
"firstname": "Roberto", | |
"lastname": "Ramirez", | |
"phone": "5551067158", | |
"email": "[email protected]" | |
}, | |
"payment_method": { |
name | ISO3166-1-Alpha-2 | ISO3166-1-Alpha-3 | |
---|---|---|---|
Afghanistan | AF | AFG | |
Åland Islands | AX | ALA | |
Albania | AL | ALB | |
Algeria | DZ | DZA | |
American Samoa | AS | ASM | |
Andorra | AD | AND | |
Angola | AO | AGO | |
Anguilla | AI | AIA | |
Antigua and Barbuda | AG | ATG |
Related Setup: https://gist.github.com/hofmannsven/6814278
Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/