komjit/laragent

There is no license information available for the latest version (2.10.18) of this package.

This is a simple package for SzamlaAgent in Laravel.

2.10.18 2024-05-16 07:00 UTC

This package is auto-updated.

Last update: 2024-09-16 07:38:29 UTC


README

  • PHP 7.3 for maximum stability
  • PHP XML extension

You need to install SimpleXML extension to your project:
Just paste this line to your composer.json in document root:

"require": {
        "ext-simplexml": "*"
},

Then run the following command in console: composer update

Installation

1.) Run the following command in console:
composer require komjit/laragent

2.) Register the service provider in the app.php config file

KomjIT\LarAgent\LarAgentServiceProvider::class,

3.) Create the required folders in public folder:

  • logs
  • pdf
  • xmls

Usage

Coming soon...