Skip to content

tyler36/lara-gitpod

Repository files navigation

Laravel with Gitpod

Setups

PHP serve and Gitpod

  • .gitpod.yml to serve Laravel via Laravel serve

    # .gitpod.yml ports: # Laravel server - port: 8000 onOpen: open-preview tasks: - init: >  cp .env.example .env &&  sed -i "s|APP_URL=|APP_URL=${GITPOD_WORKSPACE_URL}|g" .env &&  sed -i "s|APP_URL=https://|APP_URL=https://8000-|g" .env &&  composer install &&  php artisan key:generate  command: >  php -S 0.0.0.0:8000 -t public

About

No description or website provided.

Topics

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages