Skip to content

Commit

Permalink
Cakephp 5 add color
Browse files Browse the repository at this point in the history
  • Loading branch information
joanhey committed Dec 5, 2023
1 parent dcb5d8a commit ee77d2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cakephp-5.0/_benchmark/setup.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/bin/sh
# create project
rm -rf _benchmark/temp
composer create-project --ansi --prefer-dist cakephp/app:5.0.* ./_benchmark/temp
composer create-project --prefer-dist cakephp/app:5.0.* ./_benchmark/temp --ansi
yes|mv ./_benchmark/temp/{.,}* ./

# have the route & controller
yes|cp -r _benchmark/cakephp/* ./

# some enhancements
composer dump-autoload -o
composer install --no-interaction --no-dev -o
composer install --no-interaction --no-dev -o --ansi
rm ./webroot/.htaccess

0 comments on commit ee77d2e

Please sign in to comment.