PHPackages                             georgesdoe/laravel-weblog - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. georgesdoe/laravel-weblog

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

georgesdoe/laravel-weblog
=========================

A simple utility to view your application's logs online

06HTML

Since Mar 25Pushed 8y ago1 watchersCompare

[ Source](https://github.com/georgesdoe/laravel-weblog)[ Packagist](https://packagist.org/packages/georgesdoe/laravel-weblog)[ RSS](/packages/georgesdoe-laravel-weblog/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-weblog
==============

[](#laravel-weblog)

A Laravel package to view and manage your application's logs online.
This package is meant to be used as a drop-in solution in order to manage and download your application's log files.

Requirements
------------

[](#requirements)

- PHP &gt;= 5.6
- Laravel &gt;= 5.4

Installation
------------

[](#installation)

- Run `composer install georgesdoe/laravel-weblog`
- Publish the main assets by running `php artisan vendor:publish --tag=main`, and optionally if you want to edit the views `php artisan vendor:publish --tag=views`
- Add a new disk in your `filesystems.php` configuration file called `logs`pointing to where your logs are stored, for example

```
  'logs' => [
      'driver' => 'local',
      'root' => storage_path('logs'),
  ],
```

- Finally, register the package's Service Provider in your `app.php` configuration file by adding the following to the providers array

```
Georgesdoe\Weblog\WeblogServiceProvider::class,
```

Configuration
-------------

[](#configuration)

You are can modify the views as you wish after publishing them, or even use the routes as an API for your own front-end.

In the `weblog.php` configuration file, you can also configure the route prefix (which is "logs" by default) and the middleware to use for these routes.

**You should change the middleware to one that requires authentication so your logs aren't exposed**

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8268f01570bc6542347f52da5bc131de5f33fcc56565651a1845cd749b59246f?d=identicon)[georgesdoe](/maintainers/georgesdoe)

---

Top Contributors

[![georgefourm](https://avatars.githubusercontent.com/u/4021139?v=4)](https://github.com/georgefourm "georgefourm (12 commits)")

### Embed Badge

![Health badge](/badges/georgesdoe-laravel-weblog/health.svg)

```
[![Health](https://phpackages.com/badges/georgesdoe-laravel-weblog/health.svg)](https://phpackages.com/packages/georgesdoe-laravel-weblog)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B11.2k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1941.5M269](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2328.5M330](/packages/open-telemetry-sdk)[illuminated/console-logger

Logging and Notifications for Laravel Console Commands.

8676.7k](/packages/illuminated-console-logger)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
