Your users do not always report errors, LaraBug does. LaraBug is a simple to use and implement error tracker built for the Laravel framework.
This repository contains the actual code on https://www.larabug.com
- PHP 7.4
- Git
- Composer
- MySQL (>=5.7) or PostgreSQL (>=9.4)
git clone https://github.com/LaraBug/larabug-app.git
composer install
npm i
npm run watch
# or
npm run dev
Configure your database in the .env
file and then run:
php artisan migrate
This project is created by me back in 2016, it is very old, and the code doesn't even look remotely to what I code now. The point here is that there are no tests, and some stuff might look cumbersome. You're more than welcome to clean code and generalize stuff better.
./vendor/bin/phpunit tests
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
We appreciate sponsors, we still maintain this repository, server, emails and domain. You can do that here. Each sponsor gets listed on the LaraBug sponsor page and when chosen the right tier you will be listed as official sponsor.
The GPL-3.0 License (GPL-3.0). Please see License File for more information.