-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from bird-system/master
add schema version property.
- Loading branch information
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9564078
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dear alfallouji,
I am new to Laravel and i got this API to use with laravel. Actually After insatallation Laravel new project where to place this project. There are following folder under DHL-API-master----------------
**
->conf
-->DHL
-->samples
-->vendor
and Files
-->composer
-->init
-->README
**
Now After Laravel installation there is another Vendor and config directories. Now i am confused your project folders need to be copy under laravel project or should made changes if any in composer.json file. When i create controller using php artisan make:controller then i get following error---------------------
**
[Symfony\Component\Debug\Exception\FatalThrowableError]
Class 'autoloadManager' not found **
Alll is mess for me. Please let me know steps to integrate with laravel DHL_API.
Thanks in Advance from Novice..........
9564078
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please give example for how to create a dhl pickup.
9564078
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
function shipping_dhl($product, $pickupLocation, $destinationLocation, $receiver_info, $qty = '1') {
ini_set('display_errors', 'On');
$company_name = $this->crud_model->get_settings_value('general_settings', 'system_name');
// echo "