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
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
Firestarter

public function registerComponents()
    {
        return [
           'Creatiefingewikkeld\FacebookLikes\Components\Facebook' => 'facebookLikes'
        ];
    }

Last updated

Creatief Ingewikkeld
Creatief Ingewikkeld

Thanks for the suggestion but that doesn't work either...

Daniel81
Daniel81

What's the error you're getting?

1-4 of 4

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.