PHPackages                             redberry/laravel-console - 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. redberry/laravel-console

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

redberry/laravel-console
========================

Laravel Console is a convinient way to watch application logs

v1.1.2(4y ago)76.9k↓50%2MITPHP

Since Jun 20Pushed 4y ago1 watchersCompare

[ Source](https://github.com/RedberryProducts/laravel-console)[ Packagist](https://packagist.org/packages/redberry/laravel-console)[ RSS](/packages/redberry-laravel-console/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (9)Used By (0)

### Laravel Console

[](#laravel-console)

Laravel console is a handy tool that gives you possibility to debug your laravel application code in a *javascript-y* manner. you'll get Laravel Console in your devtools panel, you'll have access to all the logs that were logged by the Laravel Console, and you'll see these information without killing the code execution!

**table of contents**

- [Prerequisites](#prerequisites)
- [Getting Started](#getting-started)
- [Usage](#usage)

---

#### Prerequisites

[](#prerequisites)

In order for you to start using Laravel Console, you must have Laravel 8.x installed.

#### Getting Started

[](#getting-started)

In order for you to use Laravel Console you need to do two things. first you should install Laravel Console package:

```
composer require redberry/laravel-console --dev
```

package is autodiscovered so there is no need for you to inject the service provider.

after you've completed this step, then you need to install [Laravel Console](https://chrome.google.com/webstore/detail/laravel-console/eikhhbiadcdalcbppkfppnlmhhmcmanp) extension in your chrome browser and you're good to go 😊

#### Usage

[](#usage)

For you to be able to log information in the Laravel Console devtools page, you are given facade:

```
use Redberry\LaravelConsole\Facades\Console;

Console::emergency  ('hi there!');
Console::alert      ('hi there!');
Console::critical   ('hi there!');
Console::error      ('hi there!');
Console::warning    ('hi there!');
Console::notice     ('hi there!');
Console::info       ('hi there!');
Console::log        ('hi there!');
```

Respectively you can use helper function and more convinient way of logging:

```
console()->emergency  ('hi there!');
console()->alert      ('hi there!');
console()->critical   ('hi there!');
console()->error      ('hi there!');
console()->warning    ('hi there!');
console()->notice     ('hi there!');
console()->info       ('hi there!');
console()->log        ('hi there!');
```

Happy logging 😋

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

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.

###  Release Activity

Cadence

Every ~2 days

Total

8

Last Release

1776d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d2ceddc163a8c821d012238fe8f5439bd018bcd3036368c373eb397a19acfe7b?d=identicon)[Redberry LTD](/maintainers/Redberry%20LTD)

---

Top Contributors

[![giunashvili](https://avatars.githubusercontent.com/u/39676079?v=4)](https://github.com/giunashvili "giunashvili (19 commits)")

### Embed Badge

![Health badge](/badges/redberry-laravel-console/health.svg)

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

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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