Download the PHP package abdullahfaqeir/laravel-dynamic-servers-vultr without Composer
On this page you can find all versions of the php package abdullahfaqeir/laravel-dynamic-servers-vultr. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download abdullahfaqeir/laravel-dynamic-servers-vultr
More information about abdullahfaqeir/laravel-dynamic-servers-vultr
Files in abdullahfaqeir/laravel-dynamic-servers-vultr
Package laravel-dynamic-servers-vultr
Short Description Vultr provider for Spatie's Laravel Dynamic Servers package
License MIT
Homepage https://github.com/AbdullahFaqeir/laravel-dynamic-servers-vultr
Informations about the package laravel-dynamic-servers-vultr
Vultr provider for Spatie's Dynamic Servers Package
This package provides a Server Provider for Spatie's Laravel Dynamic Servers Package.
Installation
You can install the package via composer:
Afterward make sure to publish the EventServiceProvider that comes with this package:
Usage
In your config/dynamic-servers.php register the Vulter provider
In your app/Providers/DynamicServersProvider.php register a new server type using the Vultr provider
Events
After the base package's CreateServerJob
is executed, a new job, VerifyServerStartedJob
will be dispatched and will
check every 20 seconds to make sure that the provider eventually marks the Instance as running.
After it ensures it runs, no other attempt is made to fetch again the server meta.
Considering that Vultr will return the ip address of a instance only after it has been full created we need to fetch once more the instance meta.
For this, we will use the base package's event 'ServerRunningEvent'.
This package, publishes a App\Providers\VultrEventServiceProvider
in your project.
By default there is a single listener, configured and it will fetch again the Instance's meta after the base package has ensured that it is running.
You may customise the listener, disable it or replace it with a your own.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
- Abdullah Al-Faqeir
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-dynamic-servers-vultr with dependencies
illuminate/contracts Version ^9.0
sammyjo20/saloon Version ^2.0
sammyjo20/saloon-laravel Version ^2.0
spatie/laravel-dynamic-servers Version ^1.0
spatie/laravel-package-tools Version ^1.13.0