Stars: 214
Forks: 50
Pull Requests: 79
Issues: 37
Watchers: 7
Last Updated: 2023-07-12 06:07:21
Your users do not always report errors, LaraBug does. LaraBug is a simple to use and implement error tracker built for the Laravel framework.
License: GNU General Public License v3.0
Languages: Shell, PHP, Vue, JavaScript, Blade, Dockerfile
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
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
###Docker
Go into the docker folder and run:
docker-compose up -d --build
Set your database .env variables:
DB_CONNECTION=mysql
DB_HOST=db
DB_PORT=3306
DB_DATABASE=larbug
DB_USERNAME=root
DB_PASSWORD=secret
Running artisan commands:
docker exec -it larabug php artisan <command>
The Application will be running on localhost:1337
and PhpMyAdmin is running on localhost:8010
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, however the code works beautifully and like intented. You're more than welcome to clean code and generalize stuff better.
./vendor/bin/pest
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.