We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697d945 commit a86dbe4Copy full SHA for a86dbe4
.docker/php/docker-entrypoint.sh
@@ -29,15 +29,14 @@ if [ "$1" = 'php-fpm' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/cakephp' ]; then
29
30
touch .gitkeep
31
32
- composer require friendsofcake/search
33
- bin/cake plugin load Search
34
-
35
composer require mixerapi/mixerapi
36
- bin/cake plugin load MixerApi
37
38
composer require mixerapi/crud
+ composer require friendsofcake/search
+
+ bin/cake plugin load Search
39
bin/cake plugin load MixerApi/Crud
40
+ bin/cake plugin load MixerApi
41
bin/cake mixerapi install --auto Y
42
fi
43
0 commit comments