TALL Components
Coming Soon
import ComingSoon from @/Components/ComingSoon.vue;
Add this beautiful coming soon page, before you are ready to go live!
To have a Coming Soon go to resources/views/layouts/home.blade.php
, remove everything below <x-banner/>
until
@livewireScripts
, add <livewire:coming-soon/>"
and that’s it!
resources/views/livewire/coming-soon.blade.php
By default all the emails will be saved in coming_soon_emails
database table.
You can configure your own newsletter or email service to store the emails.