Skip to content

A Laravel template, with MySQL, configured for Gitpod (www.gitpod.io) to give you pre-built, ephemeral development environments in the cloud.

License

Notifications You must be signed in to change notification settings

plwebdesigns/template-php-laravel-mysql

 
 

Repository files navigation

A Laravel with MySQL template on Gitpod

This is a Laravel with MySQL template configured for ephemeral development environments on Gitpod.

Next Steps

Click the button below to start a new development environment:

Open in Gitpod

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 file which contains the configuration to improve the developer experience on Gitpod. To learn more, please see the Getting Started documentation.

Notes & caveats

  • The template was generated using curl -s "https://laravel.build/example-app" | bash then moving the contents down to the root directory.
  • ./gitpod.yml updates APP_URL in the .env with the workspace address.
  • ./gitpod.yml launches the Laravel server bound to 0.0.0.0 so that the server is accessible in Gitpod.

About

A Laravel template, with MySQL, configured for Gitpod (www.gitpod.io) to give you pre-built, ephemeral development environments in the cloud.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 85.0%
  • Blade 14.4%
  • Other 0.6%