Skip to content

Commit 1830fca

Browse files
committed
Merge pull request #19 from cariboufute/master
Added back change in readme.md
2 parents dae0de5 + 952ccd2 commit 1830fca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readme.md

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ After updating composer, add the ServiceProvider to the providers array in app/c
3535

3636
'Flynsarmy\DbBladeCompiler\DbBladeCompilerServiceProvider',
3737

38+
and the Facade to the aliases array in the same file
39+
40+
'DbView' => 'Flynsarmy\DbBladeCompiler\Facades\DbView',
41+
3842
You have to also publish the config-file
3943

4044
php artisan vendor:publish

0 commit comments

Comments
 (0)