A lightweight open-source bug tracker for teams of developers. Built in PHP, utilizing the Laravel 5 framework and Twitter Bootstrap.
Version Beta 1 - Feb 28th 2015
System Requirements:
BugSmart was designed to run on a machine with PHP 5.5 and MySQL 5.5.
PHP 5.4.7+. You will need Composer installed to load the dependencies of BugSmart.
Installation:
Create a database and name it "bugsmart"
Create a database user with access to bugsmart with the username: admin and password: admin
Run the command "composer update" to install all dependencies
Run the command "php artisan migrate" to populate the database tables
Register your first user and you are ready to go!
Feedback is greatly appreciated.