Download the PHP package thunderwolf/tw-admin-guard-plugin without Composer
On this page you can find all versions of the php package thunderwolf/tw-admin-guard-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download thunderwolf/tw-admin-guard-plugin
More information about thunderwolf/tw-admin-guard-plugin
Files in thunderwolf/tw-admin-guard-plugin
Package tw-admin-guard-plugin
Short Description symfony 1.x Admin Template plugin
License MIT
Homepage http://thunderwolf.net/
Informations about the package tw-admin-guard-plugin
twAdminGuardPlugin
Integration of twAdminPlugin with sfGuardPlugin
Installation
-
Install and configure sfGuardPlugin
- Install and configure twAdminPlugin
Secure your application
To secure a symfony application:
-
Enable the module
twGuardAuth
insettings.yml
-
Change the default login and secure modules in
settings.yml
-
Optionally add the following routing rules to
routing.yml
You can customize the
url
parameter of each route. N.B.: You must have a@homepage
routing rule (used when a user sign out)These routes are automatically registered by the plugin if the module
sfGuardAuth
is enabled unless you definedtw_admin_guard_plugin_routes_register
to false in theapp.yml
configuration file: -
Secure some modules or your entire application in
security.yml
- You're done. Now, if you try to access a secure page, you will be redirected
to the login page.
If you have loaded the default fixture file, try to login with
admin
as username andadmin
as password.
Manage your users, permissions and groups
To be able to manage your users, permissions and groups, sfGuardPlugin
comes
with 3 modules that can be integrated in your backend application.
These modules are auto-generated thanks to the symfony admin generator.
-
Enable the modules in
settings.yml
-
Access the modules with the default route:
http://www.example.com/backend.php/tw_guard_user
Rest is the same like in sfGuardPlugin Documentation
All versions of tw-admin-guard-plugin with dependencies
thunderwolf/tw-admin-plugin Version *
thunderwolf/sf-guard-plugin Version *