]> gitweb.hamatoma.de Git - oo4f.git/commit
V 0.1.1 Address, Location
authorHamatoma <author@hamatoma.de>
Sun, 1 Dec 2024 14:17:37 +0000 (15:17 +0100)
committerHamatoma <author@hamatoma.de>
Sun, 1 Dec 2024 14:17:37 +0000 (15:17 +0100)
commit230ef0efe57be91fab3808bc064e7fa0e8d125d0
treebafaa223a08989f6c60879ddb696dd6ba608b63c
parent4652ab60aa72572b95cc6638d175fc41f9be33cf
V 0.1.1 Address, Location

- new: module Address and Location (links to laraknife)
- new: frontend.blade.php (link on backend.blade.php)
16 files changed:
CHANGELOG.md [new file with mode: 0644]
app/Http/Controllers/AddressController.php [new symlink]
app/Http/Controllers/LocationController.php [new symlink]
app/Models/Address.php [new symlink]
app/Models/Location.php [new symlink]
composer.lock
database/migrations/2024_11_26_075255_create_addresses_table.php [new symlink]
database/migrations/2024_11_30_211027_create_locations_table.php [new symlink]
database/seeders/AddressSeeder.php [new symlink]
database/seeders/LocationSeeder.php [new symlink]
lang/de_DE.json
missing.seeders
resources/db/lrvoo4f.sql [new file with mode: 0644]
resources/views/address [new symlink]
resources/views/location [new symlink]
routes/web.php