-
.gitpod.ymlto 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
- Notifications
You must be signed in to change notification settings - Fork 0
tyler36/lara-gitpod
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description or website provided.
Topics
Resources
Contributing
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published