bootystrappy
This commit is contained in:
parent
96b246462a
commit
321173dfe6
23 changed files with 9410 additions and 1027 deletions
|
@ -11,6 +11,7 @@ use Symfony\Bundle\MakerBundle\MakerBundle;
|
|||
use Symfony\Bundle\SecurityBundle\SecurityBundle;
|
||||
use Symfony\Bundle\TwigBundle\TwigBundle;
|
||||
use Symfony\Bundle\WebProfilerBundle\WebProfilerBundle;
|
||||
use Symfony\WebpackEncoreBundle\WebpackEncoreBundle;
|
||||
|
||||
return [
|
||||
FrameworkBundle::class => [
|
||||
|
@ -49,4 +50,7 @@ return [
|
|||
'dev' => true,
|
||||
'test' => true,
|
||||
],
|
||||
WebpackEncoreBundle::class => [
|
||||
'all' => true,
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue