src/config/local/config.php
<?php
return array(
/*
|--------------------------------------------------------------------------
| Your Salesforce credentials
|--------------------------------------------------------------------------
|
|
*/
// sandbox
'username' => '',
'password' => '',
'token' => '',
'wsdl' => app_path() . '/wsdl/enterprise.sandbox.wsdl.xml',
);