2017 © Pedro Peláez
 

project money

budget Application

image

eureka/money

budget Application

  • Sunday, July 2, 2017
  • by velkuns
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Eureka Money

Budget Manager for your bank account, (*1)

Installation

Composer

Install the latest version with, (*2)

$ composer install eureka/money

Fix "".cache/" perms

You must fix rights on cache directory:, (*3)

$ chmod -R 0777 .cache

Apache / Nginx config

Entry of this site / app is: web/index.php So you must configure your web server to have this directory as home root directory., (*4)

Set-up bdd

Money

Create tables file: ./vendor/eureka/package-money/create_tables.sql, (*5)

Database config: ./vendor/eureka/package-money/config/database.yml, (*6)

User

Create tables file: ./vendor/eureka/package-user/create_tables.sql, (*7)

Database config: ./vendor/eureka/package-money/config/database.yml, (*8)

You must create user in database. Actually, it is not possible to create account throught the application. You can use package password to generate a password and get hash to put in db., (*9)

Launch command through console, (*10)

$ php eurekon.phar --color --name="Eureka\Package\Password\Generator" --help

Documentation

About

Requirements

  • Works with PHP 5.6 or above
  • Require composer

Submitting bugs and feature requests

Bugs and feature request are tracked on GitHub, (*11)

Author

Romain Cottard
See also the list of contributors which participated in this project., (*12)

License

Eureka\Money is licensed under the MIT License - see the LICENSE file for details, (*13)

The Versions