Im using URL::base(); and I get this URL:
http://www.kp.com.mx/sis_colgate/public
but what I need is this complete path:
/home/
Laravel has helpers for paths:
base_path(); // '/var/www/mysite' app_path(); // '/var/www/mysite/app' storage_path(); // '/var/www/mysite/storage'