mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
feat added custom pages
This commit is contained in:
25
.devcontainer/devcontainer.json
Normal file
25
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "Laravel",
|
||||
"dockerComposeFile": "./laradock/docker-compose.yml",
|
||||
"remoteUser": "laradock",
|
||||
"runServices": [
|
||||
"nginx",
|
||||
"mysql",
|
||||
"pgadmin"
|
||||
],
|
||||
"service": "workspace",
|
||||
"workspaceFolder": "/workspaces/laravel",
|
||||
"shutdownAction": "stopCompose",
|
||||
"postCreateCommand": "uname -a",
|
||||
|
||||
"extensions": [
|
||||
"bmewburn.vscode-intelephense-client",
|
||||
"eamodio.gitlens",
|
||||
"EditorConfig.EditorConfig",
|
||||
"mikestead.dotenv",
|
||||
"onecentlin.laravel-blade",
|
||||
"ryannaddy.laravel-artisan",
|
||||
"georgykurian.laravel-ide-helper"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user