Skip to content

Commit

Permalink
Add basic SEAL User Interface
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Sep 29, 2024
1 parent d05b64c commit 889f1a2
Show file tree
Hide file tree
Showing 19 changed files with 3,361 additions and 664 deletions.
830 changes: 461 additions & 369 deletions .examples/symfony/composer.lock

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions .examples/symfony/config/routes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ controllers:
path: ../src/Controller/
namespace: App\Controller
type: attribute

seal_ui:
controller: schranz_search.seal_ui_controller
path: /seal-ui
1 change: 1 addition & 0 deletions integrations/symfony/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"require": {
"php": "^8.1",
"schranz-search/seal": "^0.6",
"schranz-search/seal-ui": "^0.6",
"symfony/config": "^6.1 || ^7.0",
"symfony/console": "^6.1 || ^7.0",
"symfony/dependency-injection": "^6.1 || ^7.0",
Expand Down
Loading

0 comments on commit 889f1a2

Please sign in to comment.