mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
TTS
This commit is contained in:
@@ -137,7 +137,7 @@ class Header extends Component
|
||||
->orderByDesc('date')
|
||||
->take(2)
|
||||
->get(),
|
||||
'projectProposals' => ProjectProposal::query()->with(['votes'])->get(),
|
||||
'projectProposals' => ProjectProposal::query()->with(['user','votes'])->get(),
|
||||
'cities' => City::query()
|
||||
->select(['latitude', 'longitude'])
|
||||
->get(),
|
||||
|
||||
@@ -3,12 +3,15 @@
|
||||
namespace App\Http\Livewire\Frontend;
|
||||
|
||||
use App\Models\Country;
|
||||
use App\Traits\HasTextToSpeech;
|
||||
use Illuminate\Support\Facades\Cookie;
|
||||
use Livewire\Component;
|
||||
use RalphJSmit\Laravel\SEO\Support\SEOData;
|
||||
|
||||
class Welcome extends Component
|
||||
{
|
||||
use HasTextToSpeech;
|
||||
|
||||
public string $c = 'de';
|
||||
|
||||
public string $l = 'de';
|
||||
|
||||
Reference in New Issue
Block a user