Skip to content

Initial Proof on concept

Craig Smith requested to merge initial_concept into master

Notes:

Composer install into a laravel project by adding to your composer json:

"repositories": [
        {
            "type": "vcs",
            "url": "https://git.customd.com/composer/laravel-zon.git"
        }
    ]

then running composer install customd/larvel-zon

Publish the config and migrate

php artisan vendor:publish --provider="CustomD\LaravelZon\ServiceProvider" --tag="config"
php artisan migrate

Features:

  1. Automated calling of secured code from Laravel to Zon with Authentication
  2. Automated trashing of expired calls
Edited by Robert Sinton

Merge request reports