Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call to undefined method Mmanos\Search\Search::insert() #45

Open
kevosomi opened this issue Feb 10, 2016 · 5 comments
Open

Call to undefined method Mmanos\Search\Search::insert() #45

kevosomi opened this issue Feb 10, 2016 · 5 comments

Comments

@kevosomi
Copy link

Hello, thank you for the package. Please guide me on how to index my Models with this package and output the results. When trying to run it, I am getting the following errors

Whoops, looks like something went wrong.

1/1 FatalErrorException in API.php line 118: Call to undefined method Mmanos\Search\Search::insert()
        </h2>
        <div class="block">
            <ol class="traces list_exception">
                <li> in 
                    <a title="C:\xampp\htdocs\event\app\Http\Controllers\API.php line 118" ondblclick="var f=this.innerHTML;this.innerHTML=this.title;this.title=f;">API.php line 118</a>
                </li>

            </ol>
        </div>

@lucgiffon
Copy link

+1

@joshharington
Copy link

bump

@dmyers
Copy link
Collaborator

dmyers commented May 22, 2016

Can you try the latest release (v1.0.3)? I can't reproduce with Laravel 5.1.

What version of Laravel are you using? Have you installed the appropriate driver that the config is set to?

@hazzo
Copy link

hazzo commented Nov 4, 2016

Run into this issue too, I do not know what I am doing wrong.
This are my dependencies.

"require": {
     ...
    "mmanos/laravel-search": "dev-master"
},
"require-dev": {
     ...
    "zendframework/zendsearch": "dev-master",
    "elasticsearch/elasticsearch": "1.0.*@dev",
    "algolia/algoliasearch-client-php": "1.1.*"
},

My Facade: 'Search' => Mmanos\Search\Facade::class,
My Provider: Mmanos\Search\SearchServiceProvider::class,

@Copoet
Copy link

Copoet commented Dec 1, 2017

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants