mohsen / zagros
Zagros is a bug tracking system.
Installs: 63
Dependents: 0
Suggesters: 0
Security: 0
Stars: 28
Watchers: 3
Forks: 4
Open Issues: 0
Type:project
Requires
- laravel/framework: 4.2.*
- mohsen/zagros-core: 1.0.*
- nesbot/carbon: *
This package is not auto-updated.
Last update: 2024-11-19 03:05:45 UTC
README
Install
- Run
composer create-project --prefer-dist mohsen/zagros
- Edit database config in
app/config/database.php
- Run
php artisan migrate --path=vendor/mohsen/zagros-core/src/migrations/
- Run
php artisan asset:publish
- Run Zagros from browser.
- Register in Zagros as admin user
- Go to
za_users
table of Zagros database and update fieldadmin
to1
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.