Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gitpod-samples/template-laravel
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-samples/template-laravel
gitpod laravel mysql php
Last synced: 6 days 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-samples/template-laravel
- Owner: gitpod-samples
- Created: 2021-06-10T11:37:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T17:31:55.000Z (3 months ago)
- Last Synced: 2025-01-09T07:05:41.211Z (13 days ago)
- Topics: gitpod, laravel, mysql, php
- Language: PHP
- Homepage: https://www.gitpod.io
- Size: 497 KB
- Stars: 23
- Watchers: 6
- Forks: 52
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Gitpod Preview](./.gitpod-preview.png)
# 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.