dev-master
9999999-dev
MIT
The Requires
The Development Requires
by Georges KABBOUCHI
laravel log viewer logs ward
v0.1.0
0.1.0.0
MIT
The Requires
The Development Requires
by Georges KABBOUCHI
laravel log viewer logs ward
Wallogit.com
2017 © Pedro Peláez
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)
MIT
laravel log viewer logs ward
MIT
laravel log viewer logs ward