laravel / forge-sdk

The official Laravel Forge PHP SDK.
https://forge.laravel.com
MIT License
528 stars 89 forks source link

Undefined array key "provision_command" #147

Closed richardhedges closed 2 years ago

richardhedges commented 2 years ago

Description:

PHP Warning: Undefined array key "provision_command" in /Users/richardhedges/Sites/hubv2/vendor/laravel/forge-sdk/src/Actions/ManagesServers.php on line 49

Steps To Reproduce:

Run the createServer method, as in the example in the docs.

jbrooksuk commented 2 years ago

@richardhedges can you please provide the code you were using to provision a server with? The provision_command key is only available for custom servers.

driesvints commented 2 years ago

Feel free to respond with the above info and we'll reopen