Download the PHP package furqat/laravel-console-log without Composer
On this page you can find all versions of the php package furqat/laravel-console-log. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download furqat/laravel-console-log
More information about furqat/laravel-console-log
Files in furqat/laravel-console-log
Package laravel-console-log
Short Description This package allows backend developers to effortlessly output messages and values in the terminal, serving as the PHP equivalent of console log for Laravel.
License MIT
Homepage https://github.com/furqat/laravel-console-log
Informations about the package laravel-console-log
Laravel Console Log
This package allows backend developers to effortlessly output messages and values in the browser's console via PHP.
Installation
You can install the package via composer:
Usage
How It Works
When you call console()->log(...$args) in your Laravel application, the package stores the logged messages and values in the cache. This allows the logs to be easily accessed and managed without cluttering the terminal or log files.
To view these logs, simply open any view in your browser. The package streams the cached logs to the frontend in real-time and show logs in browser's console using console.log(), providing a clear and organized view of all your log entries. This makes it easy for developers to monitor and debug their applications without interrupting their workflow.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
- Furqatbek Mashrabjonov
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-console-log with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^10.0||^11.0