diff --git a/readme.md b/readme.md index 63b861f..b572450 100755 --- a/readme.md +++ b/readme.md @@ -35,6 +35,10 @@ After updating composer, add the ServiceProvider to the providers array in app/c 'Flynsarmy\DbBladeCompiler\DbBladeCompilerServiceProvider', +and the Facade to the aliases array in the same file + + 'DbView' => 'Flynsarmy\DbBladeCompiler\Facades\DbView', + You have to also publish the config-file php artisan vendor:publish