2017 © Pedro Peláez
 

library laravel-ward

image

kabbouchi/laravel-ward

  • Friday, March 23, 2018
  • by KABBOUCHI
  • Repository
  • 1 Watchers
  • 1 Stars
  • 26 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 8 % Grown

The README.md

Laravel Ward

Manage Your Laravel Log From A Web Dashboard

Install

composer require kabbouchi/laravel-ward

php artisan vendor:publish --tag=ward-config

php artisan vendor:publish --tag=ward-assets --force

Add WardServiceProvider to the providers array of your Laravel v5.4 application's config/app.php, (*1)

KABBOUCHI\Ward\Providers\WardServiceProvider::class,

Web Dashboard Laravel Ward's dashboard is inspired by Laravel Horizon. Just like Horizon you can configure authentication to Ward's dashboard. Add the following to the boot method of your AppServiceProvider or wherever you might seem fit., (*2)

use KABBOUCCHI\Ward\Ward;

Ward::auth(function($request) {
    // return true / false . For e.g.
    return Auth::check();
});

By default Ward's dashboard only works in local environment. To view the dashboard point your browser to /ward of your app or change the uri in config/ward.php. For e.g. http://laravel.test/ward, (*3)

The Versions

23/03 2018

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

The Development Requires

by Georges KABBOUCHI

laravel log viewer logs ward

23/03 2018

v0.1.0

0.1.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Georges KABBOUCHI

laravel log viewer logs ward