sangkil / sangkilbiz3
Simple ERP
Installs: 570
Dependents: 0
Suggesters: 0
Security: 0
Stars: 33
Watchers: 12
Forks: 26
Open Issues: 6
Type:project
Requires
Requires (Dev)
Suggests
- codeception/codeception: Codeception, 1.8.*@dev is currently works well with Yii.
- codeception/specify: BDD style code blocks for PHPUnit and Codeception
- codeception/verify: BDD Assertions for PHPUnit and Codeception
- yiisoft/yii2-faker: Fixtures generator for Yii2 based on Faker lib
- yiisoft/yii2-mongodb: Use for transaction logging
This package is not auto-updated.
Last update: 2024-11-05 02:18:08 UTC
README
REQUIREMENTS
The minimum requirement by this application template that your Web server supports PHP 5.4.0.
INSTALLATION
Install via Composer
If you do not have Composer, you may install it by following the instructions at getcomposer.org.
You can then install the application using the following command:
php composer.phar create-project --prefer-dist --stability=dev sangkil/sangkilbiz3 sangkilbiz3
GETTING STARTED
After you install the application, you have to conduct the following steps to initialize the installed application. You only need to do these once for all.
- Run command
init
to initialize the application with a specific environment. - Create a new database and adjust the
components['db']
configuration inapp/config/common-local.php
accordingly. - Apply migrations with console command
yii migrate
. This will create tables needed for the application to work. - Set document roots of your Web server:
- for sangkilbiz
/path/to/yii-application/app/web/
and using the URLhttp://sangkilbiz/
To login into the application, you need to first sign up, with any of your email address, username and password. Then, you can login into the application with same email address and password at any time.
This appcilation require other extension that need special treatment. Please read documentation of the extension. They are mdmsoft/yii2-admin and mdmsoft/yii2-autonumber
SPECIAL
How to participate. Follow this instruction