File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 }
1313 ],
1414 "require" : {
15- "php" : " ^7.3" ,
15+ "php" : " ^7.3"
16+ },
17+ "require-dev" : {
1618 "laravel-zero/framework" : " ^8.0" ,
1719 "laravel/forge-sdk" : " ^3.2" ,
1820 "nunomaduro/laravel-console-menu" : " ^3.1" ,
1921 "symfony/browser-kit" : " ^5.1" ,
2022 "symfony/http-client" : " ^5.1" ,
21- "symfony/yaml" : " ^5.1"
22- },
23- "require-dev" : {
23+ "symfony/yaml" : " ^5.1" ,
2424 "mockery/mockery" : " ^1.4.2" ,
2525 "phpunit/phpunit" : " ^9.3"
2626 },
Original file line number Diff line number Diff line change 1+ ---
2+ title : Nginx Configuration
3+ order : 11
4+ ---
Original file line number Diff line number Diff line change 1+ ---
2+ title : Pull Nginx config
3+ order : 2
4+ ---
5+
6+ # Pull Nginx config
7+
8+ You can pull down the site nginx configuration file using ` forge nginx:pull ` .
9+
10+ This will write a file called ` nginx-forge-[environment].conf ` .
Original file line number Diff line number Diff line change 1+ ---
2+ title : Push Nginx config
3+ order : 1
4+ ---
5+
6+ # Push Nginx config
7+
8+ When you made changes to your ` nginx-forge-[environment].conf ` file, you can update the Nginx configuration by running ` forge nginx:push ` .
You can’t perform that action at this time.
0 commit comments