Skip to content

Commit

Permalink
Merge pull request #249 from jolicode/symfony-command-build
Browse files Browse the repository at this point in the history
Build before Symfony project creation
  • Loading branch information
lyrixx authored Oct 24, 2023
2 parents d1c450e + f9b64c0 commit 8730992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .castor/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

use Castor\Attribute\AsTask;

use function Castor\finder;
use function Castor\fs;
use function Castor\variable;

Expand Down Expand Up @@ -31,6 +30,7 @@ function symfony(bool $webApp = false): void
$gitIgnoreContent = file_get_contents($gitIgnore);
}

infra\build();
docker_compose_run('composer create-project symfony/skeleton sf');

fs()->mirror($base . '/sf/', $base);
Expand Down

0 comments on commit 8730992

Please sign in to comment.