Git config
git config --global user.email "[email protected]"
git config --global user.name "Δ±qO"
git branch -av  #list all branchesWorking with tags (https://git-scm.com/book/en/v2/Git-Basics-Tagging)
git tag <tag-name> Git config
git config --global user.email "[email protected]"
git config --global user.name "Δ±qO"
git branch -av  #list all branchesWorking with tags (https://git-scm.com/book/en/v2/Git-Basics-Tagging)
git tag <tag-name> ##laravel
logging in laravel
tail -n0 -F storage/logs/laravel.log add use Log; above the class then use Log::info('check this var =' . $var);
install laravel
composer create-project laravel/laravel laravelapp
| --- | |
| ip: "192.168.10.10" | |
| memory: 2048 | |
| cpus: 1 | |
| provider: virtualbox | |
| authorize: ~/.ssh/id_rsa.pub | |
| keys: | |
| - ~/.ssh/id_rsa | 
People
|   :bowtie: | π :smile: | π :laughing: | 
|---|---|---|
| π :blush: | π :smiley: | :relaxed: | 
| π :smirk: | π :heart_eyes: | π :kissing_heart: | 
| π :kissing_closed_eyes: | π³ :flushed: | π :relieved: | 
| π :satisfied: | π :grin: | π :wink: | 
| π :stuck_out_tongue_winking_eye: | π :stuck_out_tongue_closed_eyes: | π :grinning: | 
| π :kissing: | π :kissing_smiling_eyes: | π :stuck_out_tongue: | 
use `xvfb-run java -Dwebdriver.chrome.driver=/home/vagrant/sites/millenium-testsuite/bin/drivers/chromedriver -jar bin/server/selenium-server-standalone-3.12.0.jar` or
`xvfb-run java -Dwebdriver.gecko.driver=/home/vagrant/sites/millenium-testsuite/bin/drivers/geckodriver -jar bin/server/selenium-server-standalone-3.12.0.jar
` to avoid issues in phantomjs
download link for selenium-server-standalone-3.12.0.jar: https://goo.gl/tbd1NS
start phantomjs server node_modules/.bin/phantomjs --webdriver=8001 or use selenium server java -jar bin/server/selenium-server-standalone-3.12.0.jar
or use  xvfb-run phantomjs --webdriver=8001  or phantomjs -platform offscreen --webdriver=8001