-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Is your feature request related to a problem? Please describe.
Problem: At the moment, i can only quickstart a python (flask), python (django) application or a blank.
As a developer, I can quickstart a PHP (laravel) application
Describe the solution you'd like
Update https://github.com/KarmaComputing/container-hosting/tree/main/repo-template-files/quickstarts to include a PHP (laravel)
quickstart which also sets up everything the python quickstarts have. As a reminder, those are :
- An automated quickstart with the framework you choose, with Dockerfile & example code
- Container hosting & running with a web address
- A database, already connected to your app so you don't need to worry about that.
- A web address with a SSL/TLS certificate
- Automatic re-deploy when you do a
git pushto your repo using GitHub actions.
Describe alternatives you've considered
Additional context
Metadata
Metadata
Assignees
Labels
No labels