clarkwinkelmann Yes of course.
this is my composer.json
"name": "studio/flarum-fix-post-author",
"description": "fix author",
"keywords": [
"flarum"
],
"type": "flarum-extension",
"license": "0BSD",
"require": {
"flarum/core": ">=0.1.0-beta.12 <0.1.0-beta.14"
},
"authors": [
{
"name": "karman",
"email": "karman@mail.ru",
"role": "Developer"
}
],
"extra": {
"flarum-extension": {
"title": "Author",
"icon": {
"name": "",
"backgroundColor": "",
"color": ""
}
},
"flagrow": {
"discuss": ""
}
}
}
and i write in root directory this command: composer require studio/flarum-fix-post-author
I seemed to be repeating everything after you in youtube, but a;so have this mistake