Download the PHP package arseno25/exception-logger without Composer

On this page you can find all versions of the php package arseno25/exception-logger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package exception-logger

Exception Logger for Laravel Filament

Log your Laravel exceptions into a database and manage them from a beautiful Filament admin interface.

✨ Features

📋 Requirements

🚀 Installation

1. Install the package

2. Publish and run migrations

3. Publish configuration

4. Configure logging channel

Add to config/logging.php:

Add to your default stack:

5. Add to Filament panel

Register in app/Providers/Filament/AdminPanelProvider.php:

This will automatically register:

6. Access Exception Management

After installation:

  1. Navigate to Exception Logs in your Filament admin panel
  2. View the Exception Stats Overview widget on your dashboard
  3. Configure widget permissions and visibility as needed

🚨 Critical Exception Detection

Automatically detects critical exceptions based on:

Configure in config/exception-logger.php:

📢 Notifications

Configure notifications in config/exception-logger.php:

Telegram

Slack

Discord

Email

🤖 AI Solution Analysis

Optional AI-powered error analysis:

📊 Custom Widget Usage

Adding Widget to Custom Dashboard

If you want to add the exception stats widget to a specific Filament dashboard:

Creating Custom Exception Widget

You can extend the base widget for custom functionality:

🗂️ Log Pruning

Configure automatic log cleanup:

Schedule pruning in app/Console/Kernel.php:

💻 Usage in Filament

Once installed:

  1. Exception Logs Page: Navigate to Exception Logs in your Filament panel to manage all exceptions
  2. Dashboard Widget: View real-time exception trends in the Exception Stats Overview widget
  3. Exception Management: Update exception status (New, In Progress, Resolved, Ignored)
  4. AI Analysis: Use "Ask AI Solution" for intelligent error analysis
  5. Collaboration: Add comments and mention team members for collaboration
  6. Custom Widgets: Create custom exception widgets for specific dashboards (see examples above)

🤝 Contributing

We welcome contributions from the community! Whether you're fixing bugs, adding features, or improving documentation, your help is appreciated.

Development Setup

1. Fork and Clone

2. Install Dependencies

3. Environment Setup

4. Run Tests

👨‍💻 Credits

Lead Developer

Core Contributors

Thanks to everyone who has contributed to making this package better:

Inspiration & References

📄 License

The MIT License (MIT). Please see the License File for more information.


All versions of exception-logger with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
filament/filament Version ~4.0
flowframe/laravel-trend Version ^0.4.0
illuminate/contracts Version ^11.0||^12.0
novadaemon/filament-pretty-json Version 3.0
spatie/laravel-package-tools Version ^1.16
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package arseno25/exception-logger contains the following files

Loading the files please wait ...