LuizEscobarC / Bank-Account

Bank Account Manager
MIT License
0 stars 0 forks source link

Setup de Desenvolvimento (CI) #4

Closed LuizEscobarC closed 1 month ago

LuizEscobarC commented 1 month ago
LuizEscobarC commented 1 month ago

gitflow: image

LuizEscobarC commented 1 month ago

husky: https://typicode.github.io/husky/

LuizEscobarC commented 1 month ago

Larastan :

composer require --dev "larastan/larastan:^2.0"

echo 'includes:

LuizEscobarC commented 1 month ago

DEBUG BAR:

https://github.com/barryvdh/laravel-debugbar

LuizEscobarC commented 1 month ago

SETUP CONTINUOS INTEGRATION COMPLETED

LuizEscobarC commented 1 month ago

Para setar o hosts do linux com mysql

sudo nano /etc/hosts sudo code /etc/hosts

adicione:

127.0.0.1 localhost db mysql ::1 localhost 127.0.1.1 pop-os.localdomain pop-os