You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be an array of module namespaces used in the application.
*/
return [
// 'Zend\Hydrator',
// 'Zend\InputFilter',
// 'Zend\Filter',
'Zend\Session',
'Zend\Router',
'Zend\Validator',
'Application',
'ZfcUser',
'Zend\Mvc\Plugin\FlashMessenger',
'Zend\I18n',
'Zend\Form',
'Zend\Mvc\Plugin\Prg',
];
`
The text was updated successfully, but these errors were encountered:
Don't get an error just a page refreshed and not logged in.
composer.json
{ "name" : "zendframework/skeleton-application", "description" : "Skeleton Application for Zend Framework zend-mvc applications", "require" : { "php" : "^5.6 || ^7.0", "zendframework/zend-component-installer" : ">=1.0.0@stable", "zendframework/zend-mvc" : ">=3.1.0@stable", "zfcampus/zf-development-mode" : ">=3.1.0@stable", "zendframework/zend-i18n-resources" : ">=2.5.2@stable", "zf-commons/zfc-user" : ">=3.0.0@stable" }, "repositories" : [{ "type" : "vcs", "url" : "https://github.com/stijnhau/ZfcUser" } ], "license" : "BSD-3-Clause", "keywords" : [ "framework", "mvc", "zf2", "zf3" ], "autoload-dev" : { "psr-4" : { "ApplicationTest\\" : "module/Application/test/" } }, "minimum-stability" : "dev", "autoload" : { "psr-4" : { "Application\\" : "module/Application/src/", "Test\\" : "module/Test/src/" } }, "type" : "project", "homepage" : "http://framework.zend.com/", "prefer-stable" : true }
modules.config
`<?php
/**
*/
/**
*/
return [
// 'Zend\Hydrator',
// 'Zend\InputFilter',
// 'Zend\Filter',
'Zend\Session',
'Zend\Router',
'Zend\Validator',
'Application',
'ZfcUser',
'Zend\Mvc\Plugin\FlashMessenger',
'Zend\I18n',
'Zend\Form',
'Zend\Mvc\Plugin\Prg',
];
`
The text was updated successfully, but these errors were encountered: