https://github.com/gitpod-io/template-php-laravel-mysql
A Laravel template, with MySQL, configured for Gitpod (www.gitpod.io) to give you pre-built, ephemeral development environments in the cloud.
https://github.com/gitpod-io/template-php-laravel-mysql
gitpod laravel mysql php
Last synced: 6 months ago
JSON representation
A Laravel template, with MySQL, configured for Gitpod (www.gitpod.io) to give you pre-built, ephemeral development environments in the cloud.
- Host: GitHub
- URL: https://github.com/gitpod-io/template-php-laravel-mysql
- Owner: gitpod-samples
- Created: 2021-06-10T11:37:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T17:31:55.000Z (7 months ago)
- Last Synced: 2024-11-23T11:32:56.544Z (7 months ago)
- Topics: gitpod, laravel, mysql, php
- Language: PHP
- Homepage: https://www.gitpod.io
- Size: 497 KB
- Stars: 22
- Watchers: 6
- Forks: 52
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Laravel template on Gitpod
This is a [Laravel](https://laravel.com) template configured for ephemeral development environments on [Gitpod](https://www.gitpod.io/).
## Next Steps
Click the button below to start a new development environment:
## Get Started With Your Own Project
### A new project
Click the above "Open in Gitpod" button to start a new workspace. Once you're ready to push your first code changes, Gitpod will guide you to fork this project so you own it.
### An existing project
To get started with Laravel with MySQL on Gitpod, add a [`.gitpod.yml`](./.gitpod.yml) file which contains the configuration to improve the developer experience on Gitpod. To learn more, please see the [Getting Started](https://www.gitpod.io/docs/getting-started) documentation.