As programmers, we daily encounter errors and solve them. Keep remember all the solutions with respective errors is not something possible. So there are massive chances you have to confront the same error that you solved previously but forgotten the solution that previously applied. Tracker is to solve that issue, with this will never forget the lesson you have learned. In addition to that this provides link management feature, so you never forget links to important resources.
Note
Here error means a general term. It can be anything you need to keep remember.
- PHP >= 8.1
- composer
- Clone the repository.
- copy .env.example to .env
- Open a terminal and run following commands
composer install
npm run build or npm run dev
docker-compose up
- URL - http://localhost:821/
Consult the documentation
- Category management
- Track errors, bugs, issues ...etc. with solutions
- search errors
- filter errors by category
- edit
- delete
- Syntax highlighting
- Link management
- Responsive design (Ready to use in any device)
Spatie backup package is used. You can run below command. For more information consult their documentation
php artisan backup:run
From the projects root folder run one of following commands
php artisan test
composer test
./vendor/bin/pest
composer analyze
or ./vendor/bin/phpstan analyse
We welcome all quality pull requests. While it's not mandatory, we highly encourage contributors to include test cases.
This is an open-source project licensed under the MIT license.
If this product is of any use to you, please consider starring 🌟 the repository. Your support would be greatly appreciated and will help us evaluate how our future products should be.