This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Creatief Ingewikkeld
Hello,
Im developing a simple small plugin that displays your Facebook page likes as plain text. But im having a error while registering a component. It says that it can't be found.
I just can't figure it out what goes wrong.
public function registerComponents()
{
return [
'\Creatiefingewikkeld\FacebookLikes\Components\Facebook.php' => 'facebookLikes'
];
}
Last updated
Firestarter
public function registerComponents()
{
return [
'Creatiefingewikkeld\FacebookLikes\Components\Facebook' => 'facebookLikes'
];
}
Last updated
1-4 of 4