krekas / larabug-app

Your users do not always report errors, LaraBug does. LaraBug is a simple to use and implement error tracker built for the Laravel framework.

Home Page:https://www.larabug.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Requirements

  • PHP 8.1 or higher
  • Git
  • Composer
  • MySQL (>=5.7) or PostgreSQL (>=9.4)

Installation

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

Important to know

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.

Testing

./vendor/bin/pest

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Sponsor

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.

Credits

License

The GPL-3.0 License (GPL-3.0). Please see License File for more information.

About

Your users do not always report errors, LaraBug does. LaraBug is a simple to use and implement error tracker built for the Laravel framework.

https://www.larabug.com

License:GNU General Public License v3.0


Languages

Language:PHP 79.1%Language:Blade 11.6%Language:Vue 8.1%Language:JavaScript 1.2%Language:Shell 0.1%