Skip to content

Instantly share code, notes, and snippets.

View s00d's full-sized avatar
🏠
Working from home

Pavel Kuzmin s00d

🏠
Working from home
View GitHub Profile
@s00d
s00d / AppServiceProvider.php
Created August 20, 2016 00:33
Blade directives to dump template variables.
<?php
namespace App\Providers;
use Illuminate\Support\Facades\Blade;
use Illuminate\Support\ServiceProvider;
class AppServiceProvider extends ServiceProvider
{
/**