Added stimulus and turbo. Added first controller to close sidebar.

This commit is contained in:
Krzysztof Płaczek
2024-10-18 17:53:53 +02:00
parent 471baaf562
commit d2d2de4b85
12 changed files with 254 additions and 5 deletions

View File

@@ -16,4 +16,13 @@ return [
'path' => './assets/app.js',
'entrypoint' => true,
],
'@hotwired/stimulus' => [
'version' => '3.2.2',
],
'@symfony/stimulus-bundle' => [
'path' => './vendor/symfony/stimulus-bundle/assets/dist/loader.js',
],
'@hotwired/turbo' => [
'version' => '7.3.0',
],
];