DompetKu is Open Source CMS Cashflow Management, build with Laravel Framework 5.6 (PHP).
Because this apps is build with Laravel 5.6, the requirements is same with Laravel 5.6 requirements.
- Git (for clone this project)
- Composer
- PHP >= 7.1.3
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- Ctype PHP Extension
- JSON PHP Extension
Clone this repo:
git clone https://github.com/azishapidin/dompetku.git
After clone the repo, run composer install in your terminal/CMD to resolves and installs all dependencies:
composer install
Copy .env.example to .env:
cp .env.example .env
Next you must generate a random string for our application key:
php artisan key:generate
Create database and set to database configuration on .env file:
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
Hola! DompetKu is ready to use!
- Update Profile.
The DompetKu is open-sourced software licensed under the Creative Commons Attribution NonCommercial (CC-BY-NC).
Author: Azis Hapidin