We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf939d commit 106affeCopy full SHA for 106affe
.env.simple
@@ -0,0 +1,4 @@
1
+APP_NAME=MicroPHP
2
+APP_ENV=local
3
+SERVER_DRIVER=workerman
4
+
composer.json
@@ -26,6 +26,9 @@
26
"phpunit/phpunit": "^10.2"
27
},
28
"scripts": {
29
+ "post-root-package-install": [
30
+ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
31
+ ],
32
"cs": [
33
"./vendor/bin/php-cs-fixer fix --verbose"
34
]
0 commit comments