File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 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" ;
You can’t perform that action at this time.
0 commit comments