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!
https://protone.media/blog/laravel-form-components-to-rapidly-build-forms-with-tailwind-css-and-bootstrap-4
MIT License
814 stars 105 forks source link

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

Closed xtfer closed 4 years ago

xtfer commented 4 years ago

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.

pascalbaljet commented 4 years ago

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

xtfer commented 4 years ago

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.

vwasteels commented 4 years ago

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

vwasteels commented 4 years ago

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

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

pascalbaljet commented 4 years ago

Happens to the best of us! 🙃

xtfer commented 4 years ago

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