There was an error fetching the commit references. Please try again later.
feat: add filter of category in home
Showing
- composer.json 1 addition, 0 deletionscomposer.json
- composer.lock 1 addition, 1 deletioncomposer.lock
- src/Controller/CategoryController.php 78 additions, 0 deletionssrc/Controller/CategoryController.php
- src/Controller/StaticPages.php 18 additions, 3 deletionssrc/Controller/StaticPages.php
- src/Form/CategoryType.php 25 additions, 0 deletionssrc/Form/CategoryType.php
- templates/category/_delete_form.html.twig 4 additions, 0 deletionstemplates/category/_delete_form.html.twig
- templates/category/_form.html.twig 4 additions, 0 deletionstemplates/category/_form.html.twig
- templates/category/edit.html.twig 13 additions, 0 deletionstemplates/category/edit.html.twig
- templates/category/index.html.twig 35 additions, 0 deletionstemplates/category/index.html.twig
- templates/category/new.html.twig 11 additions, 0 deletionstemplates/category/new.html.twig
- templates/category/show.html.twig 26 additions, 0 deletionstemplates/category/show.html.twig
- templates/home.html.twig 14 additions, 13 deletionstemplates/home.html.twig
Please register or sign in to comment