Initial Proof on concept
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:
- Automated calling of secured code from Laravel to Zon with Authentication
- Automated trashing of expired calls