Mention realtime facades on livewire page

This commit is contained in:
Samuel Štancl 2020-07-20 14:57:54 +02:00
parent 9cbfd17fa2
commit 0549607899

View file

@ -25,3 +25,5 @@ to this:
Now you can use Livewire both in the central app and the tenant app.
Also make sure to enable [universal routes]({{ $page->link('features/universal-routes') }}).
And if you're using file uploads, read the [Real-time facades]({{ $page->link('realtime-facades') }}) page of the documentation. Livewire uses real-time facades in the uploading logic.