mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-10 05:42:58 +00:00
add models, setup livewire, setup mongodb
This commit is contained in:
parent
c0590a3412
commit
be4c848eee
27 changed files with 2508 additions and 0 deletions
17
resources/views/livewire/app/home.blade.php
Normal file
17
resources/views/livewire/app/home.blade.php
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<div class="wa-stack wa-gap-3xl">
|
||||
<div class="wa-grid">
|
||||
{{-- <h1 class="wa-cluster">--}}
|
||||
{{-- <wa-icon name="paw-simple"></wa-icon>--}}
|
||||
{{-- {{ config('app.name') }}--}}
|
||||
{{-- </h1>--}}
|
||||
<h1>{{ config('app.name') }}</h1>
|
||||
|
||||
@auth
|
||||
<wa-input placeholder="Search for posts, tags, users, etc.">
|
||||
<wa-icon slot="prefix" name="magnifying-glass"></wa-icon>
|
||||
</wa-input>
|
||||
@endauth
|
||||
</div>
|
||||
|
||||
<livewire:post-feature />
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue