Skip to content

hammock/laravel-erpnext-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel 5 ERPNext API Client

A simple Laravel 5 client for the ERPNext system.

Installation

Step 1: Install Through Composer

composer require hammock/laravel-erpnext-api-client

Step 2: Add the Service Provider

Add the service provider in app/config/app.php

'provider' => [
    ...
    Hammock\LaravelERPNext\ERPNextServiceProvider::class,
    ...
];

Step 3: Add the Facade

Add the alias in app/config/app.php

'aliases' => [
    ...
    'ERPNext' => Hammock\LaravelERPNext\Facades\ERPNext::class,
    ...
];

Step 4: Publish the configuration file

php artisan vendor:publish --provider="Hammock\LaravelERPNext\ERPNextServiceProvider"

License

The MIT License (MIT). Please see License File for more information.

About

A simple client to integrate ERPNext with Laravel 5.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages