Skip to content

Commit

Permalink
šŸ› FIX: use php server until apolopena/gitpod-laravel-starter#37 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
apolopena committed Feb 11, 2021
1 parent 62a3639 commit 9753450
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions starter.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

[development]
# Valid values: apache, php
default_server=apache
default_server=php

[.editorconfig]
# valid values are:
# laravel-default: use the .editorconfig that comes with the laravel project scaffolding
# laravel-js-2space: altered vesrion of laravel-default allowing for 2 space indents for most files.
# --> see: bash/snippets/editorconfig/laravel-js-2space
# laravel-js-2space: altered vesrion of laravel-default allowing for 2 space indents for most files.
# --> see: bash/snippets/editorconfig/laravel-js-2space
# none: delete .editorconfig. Do not enforce project wide editor settings.
# Note: if left blank or set to an invalid value, laravel-default will be used
type=laravel-js-2space
Expand Down

0 comments on commit 9753450

Please sign in to comment.