-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumped version to accommodate Laravel 11
- Loading branch information
1 parent
b676b09
commit badd680
Showing
7 changed files
with
108 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Automatically sets up your devbox environment whenever you cd into this | ||
# directory via our direnv integration: | ||
|
||
eval "$(devbox generate direnv --print-envrc)" | ||
|
||
# check out https://www.jetpack.io/devbox/docs/ide_configuration/direnv/ | ||
# for more details |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[global] | ||
pid = ${PHPFPM_PID_FILE} | ||
error_log = ${PHPFPM_ERROR_LOG_FILE} | ||
daemonize = yes | ||
|
||
[www] | ||
; user = www-data | ||
; group = www-data | ||
listen = 127.0.0.1:${PHPFPM_PORT} | ||
; listen.owner = www-data | ||
; listen.group = www-data | ||
pm = dynamic | ||
pm.max_children = 5 | ||
pm.start_servers = 2 | ||
pm.min_spare_servers = 1 | ||
pm.max_spare_servers = 3 | ||
chdir = / |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[php] | ||
|
||
; Put your php.ini directives here. For the latest default php.ini file, see https://github.com/php/php-src/blob/master/php.ini-production | ||
|
||
; memory_limit = 128M | ||
; expose_php = Off |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"packages": ["[email protected]"], | ||
"shell": { | ||
"init_hook": [ | ||
"echo 'Welcome to devbox!' > /dev/null" | ||
], | ||
"scripts": { | ||
"test": [ | ||
"echo \"Error: no test specified\" && exit 1" | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"lockfile_version": "1", | ||
"packages": { | ||
"[email protected]": { | ||
"last_modified": "2024-03-08T13:51:52Z", | ||
"plugin_version": "0.0.3", | ||
"resolved": "github:NixOS/nixpkgs/a343533bccc62400e8a9560423486a3b6c11a23b#php", | ||
"source": "devbox-search", | ||
"version": "8.2.16", | ||
"systems": { | ||
"aarch64-darwin": { | ||
"outputs": [ | ||
{ | ||
"name": "out", | ||
"path": "/nix/store/zbs3abbzn3wk71cg0nxb1cslr0dqvqh1-php-with-extensions-8.2.16", | ||
"default": true | ||
} | ||
], | ||
"store_path": "/nix/store/zbs3abbzn3wk71cg0nxb1cslr0dqvqh1-php-with-extensions-8.2.16" | ||
}, | ||
"aarch64-linux": { | ||
"outputs": [ | ||
{ | ||
"name": "out", | ||
"path": "/nix/store/m1zbpk3mkx2g8zg9jr2ihw15miahjap4-php-with-extensions-8.2.16", | ||
"default": true | ||
} | ||
], | ||
"store_path": "/nix/store/m1zbpk3mkx2g8zg9jr2ihw15miahjap4-php-with-extensions-8.2.16" | ||
}, | ||
"x86_64-darwin": { | ||
"outputs": [ | ||
{ | ||
"name": "out", | ||
"path": "/nix/store/1c7sygadaq4bfacs9lx5php74hllrsnn-php-with-extensions-8.2.16", | ||
"default": true | ||
} | ||
], | ||
"store_path": "/nix/store/1c7sygadaq4bfacs9lx5php74hllrsnn-php-with-extensions-8.2.16" | ||
}, | ||
"x86_64-linux": { | ||
"outputs": [ | ||
{ | ||
"name": "out", | ||
"path": "/nix/store/a96xa8idc7zsjdc5s8bbysc2ij16818j-php-with-extensions-8.2.16", | ||
"default": true | ||
} | ||
], | ||
"store_path": "/nix/store/a96xa8idc7zsjdc5s8bbysc2ij16818j-php-with-extensions-8.2.16" | ||
} | ||
} | ||
} | ||
} | ||
} |