Wallogit.com
2017 © Pedro Peláez
First, download the package using Composer:, (*1)
composer global require nf/scripts
Make sure to place the $HOME/.composer/vendor/bin directory (or the equivalent directory for your OS) in your $PATH so the laravel executable can be located by your system., (*2)
Update your information by run update command, whenever you want to change your information just run this command again, (*3)
nfupdate
Disable ipv6, (*4)
setv6off [-t|--type]
-t|--type (optional) Wi-Fi or Ethernet, (*5)
The result is same with "show databases" query, (*6)
dbshow
dbcreate {database_name} [-d|--drop]
-d|--drop(optional) drop your existing database and create new one, (*7)
dbdump {database_name} {relative_path_to_your_sql_file} [-d|--drop] [-c|--create] [-u|--user] [-p|--password]
-d|--drop (optional) drop your existing database before dump, (*8)
-c|--create (optional) create new database before dump, (*9)
-u|--user (optional) MySQL username if you want to run this command with given username, (*10)
-p|--password (optional) MySQL password if you want to run this command with given password, (*11)
Open your hosts file, (*12)
edithost