protonemedia / laravel-form-components

A set of Blade components to rapidly build forms with Tailwind CSS (v1.0 and v2.0) and Bootstrap 4/5. Supports validation, model binding, default values, translations, Laravel Livewire, includes default vendor styling and fully customizable!

Home Page:https://protone.media/blog/laravel-form-components-to-rapidly-build-forms-with-tailwind-css-and-bootstrap-4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to locate a class or view for component [form.form-input]

xtfer opened this issue · comments

Maybe I'm missing something obvious here, but I've installed the package and I'm still getting errors trying to load any component, e.g.Unable to locate a class or view for component [form.form-input].

I thought perhaps it wasn't registering properly so I tried adding the Service Provider in app.config, but that made no difference.

Did you change the configuration file? What version of Laravel are you using?

On review I don't think this is a problem with laravel-form-components. I'm getting the same issue with any component.

I'm using Laravel Spark on Laravel 8.10.

@xtfer did you figure this out ? I'm getting the same error...

wow... found it ..... I just did not install ...... the package !

composer require protonemedia/laravel-form-components solved it for me hahaha

Happens to the best of us! 🙃

I never worked out what this was but I think it was an issue with Laravel Spark, tbh.