Download the PHP package dnj/laravel-error-tracker-server without Composer
On this page you can find all versions of the php package dnj/laravel-error-tracker-server. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package laravel-error-tracker-server
Laravel Error Tracker 📥
Introduction
This package is specifically built for laravel error tracking.
- Features include:
- Application Management
- Device Management
- Log Management
- Latest versions of PHP and PHPUnit and PHPCsFixer
- Best practices applied:
README.md
(badges included)LICENSE
composer.json
phpunit.xml
.gitignore
.php-cs-fixer.php
Installation
Require this package with composer.
Laravel uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
Copy the package config to your local config with the publish command:
Config file
ℹ️ Note
User activity logs are disabled by default, if you want to save them set
$userActivityLog
to true.
Example :
Working With Application:
-
Search Applications:
-
Create new Application:
-
Update Application:
- Delete application:
Working With Device:
-
Search Device:
-
Create new device:
-
Update Device:
- Delete application:
Working With Log:
-
Search Device:
-
Create new log:
-
Mark as read log:
-
Mark as unread log:
- Delete log:
Testing
You can run unit tests with PHP Unit:
Contribution
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Security
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-error-tracker-server with dependencies
dnj/error-tracker-contracts Version ^1.0.0
dnj/laravel-user-logger Version ^1.0.0