PHPackages                             mrjuliuss/syntara-logviewer - 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. mrjuliuss/syntara-logviewer

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

mrjuliuss/syntara-logviewer
===========================

Logviewer for Syntara admin package

1.1(12y ago)131532[1 issues](https://github.com/MrJuliuss/syntara-logviewer/issues)MITPHPPHP &gt;=5.3.0

Since Oct 21Pushed 11y ago1 watchersCompare

[ Source](https://github.com/MrJuliuss/syntara-logviewer)[ Packagist](https://packagist.org/packages/mrjuliuss/syntara-logviewer)[ RSS](/packages/mrjuliuss-syntara-logviewer/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (2)Versions (6)Used By (0)

Syntara Logviewer (Laravel 4 package)
=====================================

[](#syntara-logviewer-laravel-4-package)

A Logviewer for \[Syntara package\](), using \[Mikemand logviewer package\]() [![](https://camo.githubusercontent.com/6986f8078cb1d81a10ac371498b582aafae9ae8868934f21156ff31bd6023029/68747470733a2f2f7261772e6769746875622e636f6d2f4d724a756c697573732f73796e746172612d6c6f677669657765722f6d61737465722f73637265656e73686f74732f6c6f677669657765722e706e67)](https://camo.githubusercontent.com/6986f8078cb1d81a10ac371498b582aafae9ae8868934f21156ff31bd6023029/68747470733a2f2f7261772e6769746875622e636f6d2f4d724a756c697573732f73796e746172612d6c6f677669657765722f6d61737465722f73637265656e73686f74732f6c6f677669657765722e706e67)

Features
--------

[](#features)

- Views and delete Laravel4 logs

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

[](#requirements)

- PHP 5.3+

Dependencies
------------

[](#dependencies)

- [Syntara admin package 1.1.8+](https://github.com/MrJuliuss/syntara)
- [Mikemand logviewer package](https://github.com/mikemand/logviewer)

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

[](#installation)

In the require key of composer.json file add the following line

If your application uses **Laravel 4.0** :

**/!\\ This branch is no longer maintained**

`"mrjuliuss/syntara-logviewer": "1.0.*"`

If your application uses **Laravel 4.1** :

`"mrjuliuss/syntara-logviewer": "1.1.*"`

Run the Composer update command

`$ composer update`

In **app/config/app.php** :

Add ` 'Kmd\Logviewer\LogviewerServiceProvider'` and `'Mrjuliuss\SyntaraLogviewer\SyntaraLogviewerServiceProvider'` to the end of the $providers array

```
'providers' => array(
    'Illuminate\Foundation\Providers\ArtisanServiceProvider',
    'Illuminate\Auth\AuthServiceProvider',
    ...
    'Kmd\Logviewer\LogviewerServiceProvider',
    'Mrjuliuss\SyntaraLogviewer\SyntaraLogviewerServiceProvider'
),

```

Launch install commands :

`php artisan logviewer:install`

You can see logs here :

Custom Development
------------------

[](#custom-development)

### Add logviewer to the navbar

[](#add-logviewer-to-the-navbar)

- If you already have a template for navigation : -&gt; add to your template

@include('syntara-logviewer::navigation')

- else :

add to app/filters.php (or app/routes.php)

```
View::composer('syntara::layouts.dashboard.master', function($view)
{
    $view->nest('navPages', 'syntara-logviewer::navigation');
});

```

---

\###A note about Laravel 4.1 ([mikemand](https://github.com/mikemand/logviewer) recommandation)

As of right now (2013-11-29), fresh Laravel 4.1 applications log things differently than they used to. While this doesn't *technically* break LogViewer, LogViewer also doesn't know how to handle these changes. Whether these changes are permanent or not is unclear, but here's a quick fix:

In your `app/start/global.php`, [line 34](https://github.com/laravel/laravel/blob/develop/app/start/global.php#L34) change:

```
Log::useFiles(storage_path().'/logs/laravel.log');
```

to:

```
$logFile = 'log-'.php_sapi_name().'.txt';

Log::useDailyFiles(storage_path().'/logs/'.$logFile);
```

This only applies to new installations of Laravel 4.1. If you've upgraded an existing 4.0 application (and did not make changes to the way logs are created and stored), everything should still work.

---

### Others :

[](#others-)

Please see [Mikemand logviewer doc](https://github.com/mikemand/logviewer).

License
-------

[](#license)

Syntara logviewer is released under the MIT License. See the licence file for details.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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.

###  Release Activity

Cadence

Every ~74 days

Total

5

Last Release

4289d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8ba01d66377645d003d21c7539d855444161893eed537c6871c7892f439c1497?d=identicon)[MrJuliuss](/maintainers/MrJuliuss)

---

Top Contributors

[![GrahamCampbell](https://avatars.githubusercontent.com/u/2829600?v=4)](https://github.com/GrahamCampbell "GrahamCampbell (3 commits)")[![mgufrone](https://avatars.githubusercontent.com/u/1408044?v=4)](https://github.com/mgufrone "mgufrone (3 commits)")[![beratdogan](https://avatars.githubusercontent.com/u/1402420?v=4)](https://github.com/beratdogan "beratdogan (1 commits)")

---

Tags

loglaravellog viewerlogviewersyntara

### Embed Badge

![Health badge](/badges/mrjuliuss-syntara-logviewer/health.svg)

```
[![Health](https://phpackages.com/badges/mrjuliuss-syntara-logviewer/health.svg)](https://phpackages.com/packages/mrjuliuss-syntara-logviewer)
```

###  Alternatives

[arcanedev/log-viewer

Provides a Log Viewer for Laravel

2.4k6.7M51](/packages/arcanedev-log-viewer)[jackiedo/log-reader

An easy log reader and management tool for Laravel

151376.5k4](/packages/jackiedo-log-reader)[melihovv/laravel-log-viewer

A Laravel log viewer

1231.5k1](/packages/melihovv-laravel-log-viewer)

PHPackages © 2026

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