]> git.localhorst.tv Git - alttp.git/commit
tech data model
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 17 Aug 2022 13:25:50 +0000 (15:25 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 17 Aug 2022 13:25:50 +0000 (15:25 +0200)
commit68aabaf6da8ed6e675bdea728702d5bd75066964
tree3c1e639b4c5ee2a6130c5166c344f0a71e212c4f
parent189312993c9afdebfb1805b65986483e83395bb2
tech data model
app/Http/Controllers/TechniqueController.php [new file with mode: 0644]
app/Models/Technique.php [new file with mode: 0644]
app/Policies/TechniquePolicy.php [new file with mode: 0644]
database/migrations/2022_08_03_074936_create_techniques_table.php [new file with mode: 0644]
resources/js/components/App.js
resources/js/components/pages/Technique.js [new file with mode: 0644]
resources/js/components/techniques/Detail.js [new file with mode: 0644]
routes/api.php