I just downloaded a search class for laravel called laravelista/comments
The documentation is pretty scanty so I do not really understand everything.
Basically,when I try to after typing in my details in and pressing submit in'localhost:8000/login' it directs me to laravel PrettyPageHandler and shows me this error:
Symfony \ Component \ Debug \ Exception \ FatalErrorException (E_UNKNOWN)
Trait 'Laravelista\Comments\Comments\Traits\Comments' not found
I have already downloaded laravelista/comments and run all the commands like:
php artisan vendor:publish --provider="Laravelista\Comments\Providers\CommentsServiceProvider" --tag=migrations
php artisan migrate
php artisan vendor:publish --provider="Laravelista\Comments\Providers\CommentsServiceProvider" --tag=config
php artisan vendor:publish --provider="Laravelista\Comments\Providers\CommentsServiceProvider" --tag=public --force
but I still get that error
Please help.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire