Commit 017aac15 authored by ntdinh1987's avatar ntdinh1987

build new app with post-install-script in composer.json

parent 6f4fbd9f
...@@ -126,7 +126,7 @@ class NewCommand extends Command ...@@ -126,7 +126,7 @@ class NewCommand extends Command
$commands = [ $commands = [
$composer . ' install --no-scripts', $composer . ' install --no-scripts',
//$composer . ' run-script post-root-package-install', $composer . ' run-script post-root-package-install',
//$composer . ' run-script post-install-cmd', //$composer . ' run-script post-install-cmd',
//$composer . ' run-script post-create-project-cmd', //$composer . ' run-script post-create-project-cmd',
//Database //Database
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment