Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-03T00:41:04.000Z (about 1 year ago)
- Last Synced: 2024-04-28T07:33:54.661Z (9 months 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
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](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.