plugin eden-middleware-htpasswd
Htpassword for the Eve Framework
openovate/eden-middleware-htpasswd
Htpassword for the Eve Framework
- Tuesday, November 10, 2015
- by cblanquera
- Repository
- 3 Watchers
- 0 Stars
- 6,224 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 1 % Grown
HTPASSWD Dialog for the Eve Framework
====, (*1)
, (*2)
Install
composer install eve-php/eve-plugin-htpasswd
, (*3)
====, (*4)
, (*5)
Usage
- Add this in public/index.php towards the top of the bootstrap chain.
//CSRF
->add(Eve\Plugin\Htpasswd\Setup::i()->import(array(
'admin' => '123',
'guest' => 'guest'
)))
- Done ;)