mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-09 21:42:57 +00:00
add models, setup livewire, setup mongodb
This commit is contained in:
parent
9a47b58881
commit
c0590a3412
19 changed files with 1281 additions and 318 deletions
|
|
@ -10,10 +10,18 @@
|
|||
"license": "MIT",
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"ext-gmp": "*",
|
||||
"intervention/image-driver-vips": "^1.0",
|
||||
"intervention/image-laravel": "^1.5",
|
||||
"laravel/framework": "^12.0",
|
||||
"laravel/sanctum": "^4.0",
|
||||
"laravel/tinker": "^2.10.1",
|
||||
"mongodb/laravel-mongodb": "^5.4"
|
||||
"league/flysystem": "^3.29",
|
||||
"league/flysystem-gridfs": "3.x-dev",
|
||||
"livewire/livewire": "^3.6",
|
||||
"mongodb/laravel-mongodb": "^5.4",
|
||||
"predis/predis": "^3.0",
|
||||
"socialiteproviders/authentik": "^5.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"fakerphp/faker": "^1.23",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue