mardi 1 novembre 2016

No hint path defined for [pagination]. Laravel 5.3

I'm receiving this error on pagination, and reset password post request on Laravel 5.3. Trying to figure out what's causing since I can see that error happens on FileViewFinder.php line 112, which contains:

if (! isset($this->hints[$segments[0]])) {
        throw new InvalidArgumentException("No hint path defined for   [{$segments[0]}].");
    }

This code is part of the getNamespaceSegment($name) method, which gets the segment of a template with a named path. Thank you in advance!



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire