]> git.localhorst.tv Git - alttp.git/commit
basic aosr patcher
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 10 May 2022 14:16:53 +0000 (16:16 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 10 May 2022 14:16:53 +0000 (16:16 +0200)
commit75b3b5826c781e47b3db693fa6d3d17f67c79e56
tree4bf3579c9a00ab80774a381ed1c9199f67069cda
parent8f8c68f00151100f2a2fa535492847ddb6b7029a
basic aosr patcher
16 files changed:
.env.example
.gitignore
app/Http/Controllers/AosSeedController.php [new file with mode: 0644]
app/Models/AosSeed.php [new file with mode: 0644]
config/filesystems.php
database/migrations/2022_05_10_115552_create_aos_seeds_table.php [new file with mode: 0644]
package-lock.json
package.json
resources/js/components/aos/App.js
resources/js/components/aos/Seed.js [new file with mode: 0644]
resources/js/components/pages/AosSeed.js [new file with mode: 0644]
resources/js/helpers/bps.js
resources/js/i18n/de.js
resources/js/i18n/en.js
routes/api.php
webpack.mix.js