https://github.com/sabinus52/olixserverbundle
Security bundle for Symfony2 with server management
https://github.com/sabinus52/olixserverbundle
Last synced: 2 months ago
JSON representation
Security bundle for Symfony2 with server management
- Host: GitHub
- URL: https://github.com/sabinus52/olixserverbundle
- Owner: sabinus52
- License: apache-2.0
- Created: 2015-11-12T21:59:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-13T09:39:37.000Z (over 9 years ago)
- Last Synced: 2025-01-24T10:11:17.287Z (4 months ago)
- Language: PHP
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OlixServerBundle
================Security bundle for Symfony2 with server management
Installation
------------### Etape 1 : Télécharger OlixServerBundle avec composer
Ajouter OlixServerBundle en executant la commande :
``` bash
$ php composer.phar require olix/server-bundle "dev-master"
```### Etape 2 : Activer le bundle
Activer le bundle dans le kernel :
``` php
Require local
```
**L'alias doit être obligatoirement `rtm`**