Skip to content

Commit 3a9bb4b

Browse files
committed
Post installation info
1 parent e89a055 commit 3a9bb4b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

post-setup-info.php

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?php
2+
echo "\n#############################################################\n";
3+
echo "To setup environment variables and application DB run:\n\n";
4+
echo "\033[1;36mphp setup-config.php\033[0m\n";
5+
echo "#############################################################\n";
6+
7+
echo "\n\n#############################################################\n";
8+
echo "To delete examples run:\n\n";
9+
echo "\033[1;31mphp delete-examples.php\033[0m\n";
10+
echo "#############################################################\n";
11+
12+
echo "\n\n#############################################################\n";
13+
echo "To restore examples run:\n\n";
14+
echo "\033[1;32mphp restore-examples.php\033[0m\n";
15+
echo "#############################################################\n";
16+
17+
echo "\n\n#############################################################\n";
18+
echo "To run the development server:\n\n";
19+
echo "\033[1;33mcomposer run dev\033[0m\n";
20+
echo "#############################################################\n";

0 commit comments

Comments
 (0)