Skip to content

This bundle allows the creation of simple and fast administration for Symfony 4 and 5.

License

Notifications You must be signed in to change notification settings

phpguild/rhapsody-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rhapsody Bundle

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.

Components

About

This bundle allows the creation of simple and fast administration for Symfony 4 and 5.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published