mohsen/zagros

Zagros is a bug tracking system.

v1.1.0 2014-11-19 04:53 UTC

This package is not auto-updated.

Last update: 2024-04-22 23:51:43 UTC


README

Install

  1. Run composer create-project --prefer-dist mohsen/zagros
  2. Edit database config in app/config/database.php
  3. Run php artisan migrate --path=vendor/mohsen/zagros-core/src/migrations/
  4. Run php artisan asset:publish
  5. Run Zagros from browser.
  6. Register in Zagros as admin user
  7. Go to za_users table of Zagros database and update field admin to 1 for one time.

Localization

For change language, you must edit locale index in app/config/app.php array.

Available languages

English => en

Indonesian => id thanks to mul14 and a9un9hari

Persian => fa

Add language

If you wnat translate this project to your language, you can translate app/lang to your language and create a pull request or email: mohsen.sh12@hotmail.com

Read more

This project built on Laravel 4. if you find any issue please report.