feat(controller): add post lists controller

This commit is contained in:
2024-08-04 14:13:33 +02:00
parent 58f43f096a
commit a99f6244b4
32 changed files with 8956 additions and 447 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+22
View File
@@ -0,0 +1,22 @@
<?php return array (
'@hotwired/stimulus' =>
array (
'version' => '3.2.2',
'dependencies' =>
array (
),
'extraFiles' =>
array (
),
),
'@hotwired/turbo' =>
array (
'version' => '7.3.0',
'dependencies' =>
array (
),
'extraFiles' =>
array (
),
),
);