mirror of
https://github.com/usetrmnl/larapaper.git
synced 2026-08-13 14:28:54 -07:00
chore: updates
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
"workspaceFolder": "/workspaces/laravel",
|
||||
"dockerComposeFile": "docker-compose.yaml",
|
||||
"forwardPorts": [ "nginx:80" ],
|
||||
"postCreateCommand": "composer install && npm install && npm run build",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"bmewburn.vscode-intelephense-client",
|
||||
"eamodio.gitlens",
|
||||
"EditorConfig.EditorConfig",
|
||||
"mikestead.dotenv",
|
||||
"onecentlin.laravel-blade",
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@ PHP_CLI_SERVER_WORKERS=4
|
||||
BCRYPT_ROUNDS=12
|
||||
|
||||
LOG_CHANNEL=stack
|
||||
LOG_STACK=single,stderr
|
||||
LOG_STACK=single,stderr,stdout
|
||||
LOG_DEPRECATIONS_CHANNEL=null
|
||||
LOG_LEVEL=debug
|
||||
|
||||
|
||||
Generated
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "laravel-trmnl-server",
|
||||
"name": "laravel",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
||||
Reference in New Issue
Block a user