dev-master
9999999-devA e-conomic wrapper for Laravel
MIT
The Requires
by Mattias Fjellvang
laravel accounting economic e-conomic
A e-conomic wrapper for Laravel
A Laravel wrapper based on xown/economic-soap-php-client, (*1)
Require this package in your composer.json and update composer. This will download the package and the e-conomic + fontlib libraries also., (*2)
"simplenotezy/laravel-e-conomic": "dev-master"
After updating composer, add the ServiceProvider to the providers array in config/app.php, (*3)
Simplenotezy\LaravelEconomic\ServiceProvider::class,
You can optionally use the facade. Add this to your facades:, (*4)
'Economic' => Simplenotezy\LaravelEconomic\Facade::class,
/** * Tests */ Route::get('/', function() { dd(Economic::getEconomic()); });
This e-conomic Wrapper for Laravel is open-sourced software licensed under the MIT license, (*5)
A e-conomic wrapper for Laravel
MIT
laravel accounting economic e-conomic