Download the PHP package tvup/laravel-fejlvarp without Composer
On this page you can find all versions of the php package tvup/laravel-fejlvarp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tvup/laravel-fejlvarp
More information about tvup/laravel-fejlvarp
Files in tvup/laravel-fejlvarp
Package laravel-fejlvarp
Short Description Simple incident logger for Laravel
License MIT
Homepage https://github.com/tvup/laravel-fejlvarp
Informations about the package laravel-fejlvarp
Laravel Fejlvarp: Your Go-To Incident Logger
Laravel Fejlvarp is a robust incident logger tailored for Laravel applications. Designed to streamline error tracking, it ensures that you're always in the loop about runtime errors, allowing for swift resolution.
Why Choose Laravel Fejlvarp?
- Instant Notifications: Get notified immediately when an incident occurs or is reopened via email or pushover.net.
- Intuitive Interface: A user-friendly web interface lets you delve deep into debug information about each incident.
- Seamless Integration: Designed to fit right into your Laravel application without any hassle.
Incidents overview | Incident detail view |
---|---|
Contributors
This package is an enchancement of Fejlvarp by troelskn. Thanks for letting me envolve on the idea to letting it become a package for laravel.
negoziator has also been a great help in the process of making this package.
Supported Versions
This project supports a range of PHP and Laravel versions, tested across multiple operating systems. Below are the details of the supported versions:
PHP and Laravel Compatibility
Laravel Version | PHP Versions | Required orchestra/testbench |
---|---|---|
^9.47 | 8.0.2, 8.1, 8.2, 8.3 | 7.* |
10.* | 8.1, 8.2, 8.3 | 8.* |
11.* | 8.2, 8.3 | 9.* |
Operating Systems
The project is tested on the following operating systems:
- Ubuntu (latest)
- Windows (latest)
Testing Stability
The project is tested under different dependency scenarios to ensure robust compatibility:
- Prefer Lowest: Ensuring compatibility with the oldest versions of dependencies.
- Prefer Stable: Ensuring compatibility with the latest stable versions of dependencies.
Installation
You can install the package via composer:
Default route to list of incidents will be http://your-url.top/incidents
Important! Make sure to protect this route with (admin) authentication
You can enjoy the convenience of letteing the package install itsleft
It will also ask you if you want to create (migrate) the table that will be storing the incidents
Instead of doing the above, or just if you are curious, you publish the files manually by doing the following:
You can publish and run the migrations with:
You can publish the config file with:
This is the contents of the published config file:
ipstack is used to get info about ip-addresses - you can retrieve an access key here: https://ipstack.com/signup/free Results from ipstack are cached, so it won't drain the free lookups right away.
Pushover/slack/mail is used to inform about new og reopened incidents
Optionally, you can publish the views using
You can replace your exception-handler Replace
remember to make sure that the serivce-provider is correctly installed
You can have other applications report to the one you install it on, get inspiration from /src/Exceptions/LaravelFejlvarpExceptionHandler.php
Testing
Local development on laravel-fejlvarp through laravel application
These instructions apply to your laravel application where laravel-fejlvarp is installed as a package
- Add a volume to your docker-compose.yml
(right below these lines)
-
Add repository to composer
- Use local package
Now you don't need to run composer update each time you change something in the package. (Remember to set back yml- and composer-file before pushing anything)
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Torben Evald Hansen
- Lars Christian Schou
- Troels Knak-Nielsen
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-fejlvarp with dependencies
laravel/framework Version ^9.47|^10|^11
nesbot/carbon Version ^2|^3
spatie/laravel-package-tools Version ^1.16