Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

View Logs Laravel Package

hasibkamal/view-logs

View your Laravel application logs in the browser with a simple /logs route. Install via Composer, register the service provider, optionally publish the views, and browse log files from your app without digging through storage manually.

View on GitHub
Deep Wiki
Context7

Laravel - View Logs

The package will help to view laravel logs easily.

Prerequisites

PHP >= 5.3.0

Installing

Install the package via Composer by following command:

composer require hasibkamal/view-logs

Once package installation done, register the service provider in config/app.php in the providers array like bellow:

providers' => [
    ...
    HasibKamal\ViewLog\LogServiceProvider::class
  ]

For publishing views

php artisan vendor:publish \
  --provider="HasibKamal\ViewLog\LogServiceProvider" \
  --tag=views

Then add folloiwng route in your routes file:

Route::get('/logs', '\Hasibkamal\ViewLog\ViewLogController@index');

Now you can browse your laravel website logs using {your-website-url}/logs.

For example:

http://www.example.com/logs

Enjoy!

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
calmfox/watch-sylius
damienfern/grpc-symfony-bundle
atoolo/index-bundle
atoolo/genai-bundle
coprotoai/laravel-ticket
davidjln/llm-carbon-bundle
cryonighter/valid-request-bundle
coolms/taxonomy-bundle
coolms/field-bundle
articulate-orm/symfony
aaix/laravel-tall-architect
ephoto/akeneo-connector
emmanuelballery/eb-plantumlbundle
emielburgman/symfony-visitor-beacon
emielburgman/symfony-visit-storage
emielburgman/symfony-security-headers
emielburgman/symfony-log-viewer
emarref/xdebug-bundle
emarref/pubnub-bundle
elriseio/finance-money-bundle