https://github.com/rudirocha/gitpod-symfony-workspace
Simple Gitpod workspace boilerplate for Symfony development
https://github.com/rudirocha/gitpod-symfony-workspace
gitpod php symfony
Last synced: 19 days ago
JSON representation
Simple Gitpod workspace boilerplate for Symfony development
- Host: GitHub
- URL: https://github.com/rudirocha/gitpod-symfony-workspace
- Owner: rudirocha
- Created: 2022-06-22T19:53:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-03T00:41:04.000Z (over 2 years ago)
- Last Synced: 2025-02-10T08:15:42.183Z (over 1 year ago)
- Topics: gitpod, php, symfony
- Language: Dockerfile
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gitpod.io workspace for Symfony Framework
[](https://gitpod.io/#https://github.com/rudirocha/gitpod-symfony-workspace)
## Intro
Quick boilerplate config to start a ready to go workspace for Symfony running on PHP 8.2 by default.
Change `checkoutLocation` attribute on `.gitpod.yml` file if you want to create a Symfony App inside a separate folder.
### The PHP version
Change the PHP version from the `.gitpod.postgres.Dockerfile` or `.gitpod.mysql.Dockerfile` if you want to use a specific PHP version. Check the [gitpod documentation](https://www.gitpod.io/docs/introduction/languages/php#switching-php-versions) for more details.
## What's included
The current repo prepares the Gitpod workspace for Symfony apps. It installs Symfony CLI from the `bash` folder.
### Docker support
Change `docker.image`attibute on the `.gitpod.yml`file. Remove the attribute to use the default gitpod image (`ubuntu`) for no database usage.