In Linux. using SSH, you can zip an entire directory and it's contents quickly using the following command: zip -r myfiles.zip mydir Example - You'd like to zip up a…
We're working on a new project in Laravel 5.6 and along the way plan on providing tutorials for several of the Laravel functions and guides. Even a simple Laravel install…
While SSH'd into my Centos server recently, I kept getting strange errors when trying to run PHP Artisan and Composer commands. I couldn't figure out for the life of me…