Download the PHP package xoshbin/flogger without Composer

On this page you can find all versions of the php package xoshbin/flogger. 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 flogger

Flogger

Flogger is a beautiful and easy-to-use log viewer specifically designed for Filament admin panels. It provides a clean interface to view, filter, and manage your Laravel application logs directly from your Filament dashboard.

Features

Installation

You can install the package via composer:

Usage

Registering the Plugin

To use Flogger in your Filament panel, you need to register the Flogger plugin in your panel provider (e.g., AdminPanelProvider).

Since Flogger automatically registers its service provider, this will enable the Log Viewer page in your specified panel.

Accessing the Log Viewer

  1. Log in to your Filament Admin Panel.
  2. Navigate to the Settings group in the sidebar.
  3. Click on Log Viewer.

Configuration

You can customize Flogger's behavior by publishing the configuration file:

This will create a config/flogger.php file where you can specify patterns for files to exclude from the viewer (e.g., to ignore temporary schedule logs).

The Log Viewer works by reading standard Laravel log files located in storage/logs. Ensure your application is configured to use the daily or single log channel, although daily provides the best experience with the file selector.

If you need to publish assets (though usually handled automatically):

Development

If you want to contribute or modify the package's styling:

  1. Install dependencies:

  2. Modifying Assets:

    • Blade Templates: Changes to resources/views are reflected immediately. No build step required (just refresh your browser).
    • CSS Styles: If you modify resources/css/flogger.css or use new Tailwind classes in your views, you must recompile the CSS:

    • The compiled CSS is located at resources/dist/flogger.css and is automatically registered by the service provider.

Credits

License

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


All versions of flogger with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
illuminate/console Version ^10.0|^11.0|^12.0
illuminate/database Version ^10.0|^11.0|^12.0
illuminate/support Version ^10.0|^11.0|^12.0
filament/filament Version ^3.2|^4.0|^5.0
filament/support Version ^3.2|^4.0|^5.0
spatie/laravel-package-tools Version ^1.16.1
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 xoshbin/flogger contains the following files

Loading the files please wait ...