Skip to content

partha7278/BugHunter

Repository files navigation

BugHunter

A Bug management project for Bug Hunter. Bug Hunter easily Manage Bug & track Bug.

Features

  • Add Bug Category, Bug with (Name,Description,Impact,Procedure & more..)
  • Create New Project with URL & Update
  • Add Bug on Project, Mark as Completed & get Info of that Bug
  • Use ClickJacking & CORS Tool
  • Add New Program Link, Site Link, Tools Link

Screenshot

Screenshot1 Screenshot2 Screenshot3 Screenshot4

How to Run BugHunter

  • Install Xampp / Lampp / Wampp
  • Paste BugHunter in htdocs or www directory
  • Upload bughunter.sql in you database using phpmyadmin
  • Update .env with your DBName, ServerName, Password
  • In CMD Run Command
php artisan optimize
php artisan cache:clear
php artisan route:cache
php artisan view:clear
php artisan config:cache
  • Run this Command for give permission sudo chmod -R 777 ./BugHunter

Note:-

This version work on both Linux & Windows( Its slightly slow ).