Download the PHP package nix-logger/nix-logger-laravel without Composer
On this page you can find all versions of the php package nix-logger/nix-logger-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package nix-logger-laravel
Getting Started
Installation
Install the nix-logger/nix-logger-laravel
package:
Add the service provider
Add provider NixLogger\Laravel\NixLoggerServiceProvider::class
Check Version
-
For Laravel < 11, update `config/app.php
- For Laravel >= 11, update
bootstrap/providers.php
Add the Facade
-
For Laravel < 11, update
config/app.php
- For Laravel >= 11, update
bootstrap/app.php
Configuration
Configure your Nix-Logger by edit the .env
file
If you’d like to configure Nix-Logger further, create and edit a config/nix-logger.php
file
Setting Log report
In config/logging.php
, add the nix-logger
logging channel by adding the following under the channels
key:
For stderr
Usage
Use NixLogger Debug
Text with example exception
Open browser and navigate to http://localhost:8000/error
All versions of nix-logger-laravel with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
illuminate/contracts Version ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
illuminate/support Version ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
monolog/monolog Version ^2 || ^3
nix-logger/nix-logger Version ^1.3
illuminate/contracts Version ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
illuminate/support Version ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
monolog/monolog Version ^2 || ^3
nix-logger/nix-logger Version ^1.3
The package nix-logger/nix-logger-laravel contains the following files
Loading the files please wait ....