phpguild / rhapsody-bundle
This bundle allows the creation of simple and fast administration for Symfony 4 and 5.
Installs: 7
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.1
- knplabs/knp-menu-bundle: ^3.0
- phpguild/doctrine-extra-bundle: dev-master
- phpguild/resource-bundle: dev-master
- sensio/framework-extra-bundle: ^5.1
- symfony/asset: *
- symfony/console: *
- symfony/expression-language: *
- symfony/form: *
- symfony/framework-bundle: *
- symfony/http-client: *
- symfony/intl: *
- symfony/lock: *
- symfony/mailer: *
- symfony/monolog-bundle: ^3.1
- symfony/process: *
- symfony/property-access: *
- symfony/security-bundle: *
- symfony/serializer-pack: *
- symfony/string: *
- symfony/translation: *
- symfony/twig-pack: *
- symfony/validator: *
- symfony/web-link: *
- symfony/yaml: *
This package is auto-updated.
Last update: 2023-09-27 22:18:23 UTC
README
This bundle allows the creation of simple and fast administration for Symfony 4 and 5.
Installation
Install with composer
composer req phpguild/rhapsody-bundle
Execute install script
vendor/bin/rhapsody install
Configuration
Edit config/services.yaml
imports:
- { resource: rhapsody.yaml }
Edit config/packages/security.yaml
security:
firewalls:
admin:
pattern: ^/admin
anonymous: lazy
Implementation
- YAML routes
config/routes/admin
- Actions
src/Action/Admin
- Templates
templates/admin
Context
The context of firewall define the app name, admin
is used by default.