blackpanda / virt
Virtualizor API Wrapper
v1.1.7
2020-04-10 13:49 UTC
Requires
- php: ^7.2
- ext-curl: *
- blackpanda/encryptor: ~v1.0
- illuminate/support: ^6.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Install ( laravel 6+ && PHP 7.2+ Required )
install with composer
composer require blackpanda/virt
edit config/app.php
/*
* Package Service Providers...
*/
blackpanda\virt\VirtualizorServiceProvider::class,
run publish command
php artisan vendor:publish --provider=blackpanda\virt\VirtualizorServiceProvider --force
and run migrations
this package use my own database encryption and you have to learn how encryption works, after that try to use this package or remove encryptable trait and encryptor package.