2017 © Pedro Peláez
 

library logger-laravel

Laravel service provider for the Mobly Logger package

image

mobly/logger-laravel

Laravel service provider for the Mobly Logger package

  • Thursday, October 29, 2015
  • by danielcosta
  • Repository
  • 17 Watchers
  • 0 Stars
  • 652 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 2 % Grown

The README.md

Mobly Logger Service Provider for Laravel 5

A simple Laravel 5 service provider for including the Mobly Logger package in your Laravel project., (*1)

Installation

The Mobly Logger Service Provider can be installed via Composer running php composer.phar require mobly/logger-laravel:2.* or adding manually in your project's composer.json:, (*2)

{
    "require": {
        "mobly/logger": "2.*"
    }
}

Then run a composer update:, (*3)

php composer.phar update

To use the Mobly Logger Service Provider you must register the provider when bootstrapping your Laravel application., (*4)

Find the providers key in you config/app.php and register the Mobly Logger Service Provider as below:, (*5)

    'providers' => [
        // ...
        Mobly\LoggerLaravel\LoggerServiceProvider::class,
    ]

Find the aliases key in you config/app.php and add the Mobly Logger facades:, (*6)

    'providers' => [
        // ...
        'MoblyLogger' => Mobly\LoggerLaravel\Facades\Logger::class,
    ]

The Versions

29/10 2015

dev-master

9999999-dev https://github.com/mobly/logger-laravel

Laravel service provider for the Mobly Logger package

  Sources   Download

MIT

The Requires

 

laravel logger log mobly

29/10 2015

2.0.0

2.0.0.0 https://github.com/mobly/logger-laravel

Laravel service provider for the Mobly Logger package

  Sources   Download

MIT

The Requires

 

laravel logger log mobly

29/10 2015

1.0.1

1.0.1.0 https://github.com/mobly/logger-laravel

Laravel service provider for the Mobly Logger package

  Sources   Download

MIT

The Requires

 

laravel logger log mobly

31/07 2015

1.0.0

1.0.0.0 https://github.com/mobly/logger-laravel

Laravel service provider for the Mobly Logger package

  Sources   Download

MIT

The Requires

 

laravel logger log mobly