bukka / bukka-accounts
Accounts Module - just for testing
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- php: >=5.3.3
- zendframework/zendframework: 2.2.*
This package is not auto-updated.
Last update: 2025-03-01 18:14:49 UTC
README
This is a testing module that allows listing, adding, editing and deleting incomes using ZF2.
Installation
Use composer
$ composer require bukka/bukka-accounts 0.*
Then add the module to the application.config.php
.
You also need to make module public directory accessible from web server. The easiest way how to do that is to use AssetManager.