jetcando is free erp/crm for every one ( YOU CAN DO LIKE JET )
#installation //clone or download source git clone https://github.com/pieroir/jet.git
//copy config file cp ENV-sample.php ENV.php
//set database parameters in ENV.php
vim .ENV
define('DB_HOST' , "localhost" );
define('DB_USERNAME' , "root" );
define('DB_PASSWORD' , "" );
define('DB_DATABASE' , "jet" );
//run installer php magic install
#E#N#J#O#Y