Google Puppeteer

Take website screenshot with Google Puppeteer

With the support of headless in Chrome, developers now can perform automation tasks much easier, and that includes taking screenshot for a web page...
PHP Programming Language

Transfer file to remote server through SSH using PHP

PHP is a really good scripting language to do some handy tasks, in this case, to transfer files to remote servers via SSH. In order...
Git

Export and package git project

Here some tips on exporting a Git project. The command we will use is `git-archive`. To export all files in a branch and packaging as...
Laravel Framework

Laravel 5.5 LTS officially released

After long time waiting, Laravel 5.5 LTS has officially released today. This release contains many features and updates to the framework, for example: Exception Rendering Instead of...
Laravel Framework

Force HTTP or HTTPS scheme on Laravel automatically

In Laravel, when you want to load assets on different schemes like HTTP or HTTPS, you have to use asset() or secure_asset() helpers to load...