I have a laravel app, that seeks to use the same codebase, how can I programatically create an app on heroku via Laravel whenever I create a new user on the app. And also generate a DNS nameserver to use for custom domain which I do on cloudflare
-
you would most likely have to use the heroku cli and laravel and run "process" shell commands from laravel stackoverflow.com/questions/54266041/…. Otherwise, look to the API devcenter.heroku.com/articles/platform-api-referenceCameron– Cameron2021-09-07 01:05:12 +00:00Commented Sep 7, 2021 at 1:05
-
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer.Community– Community Bot2021-09-11 21:36:10 +00:00Commented Sep 11, 2021 at 21:36
Add a comment
|