PHP code example of spalax / zf2-simple-acl
1. Go to this page and download the library: Download spalax/zf2-simple-acl library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
spalax / zf2-simple-acl example snippets
'restriction_strategy' => 'permissive',
'routes' => array(
'main' => array(true)
)
'redirect_route' => array('/frontend.*?/'=>'frontend/user/login',
'/backend.*?/'=>'backend/user/login')
'recognizers' => array('cron'),