We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96683ce commit 4317e29Copy full SHA for 4317e29
1 file changed
composer.json
@@ -35,6 +35,9 @@
35
"pre-install-cmd": [
36
"composer check-platform-reqs"
37
],
38
+ "post-autoload-dump": [
39
+ "php -r \"if (!file_exists('app/config/config.php')) copy('app/config/config_sample.php', 'app/config/config.php');\""
40
+ ],
41
"pre-update-cmd": [
42
43
0 commit comments