Giter VIP home page Giter VIP logo

Comments (12)

bestmomo avatar bestmomo commented on May 18, 2024

Is it a fresh installation or did you make a change on previous installation ?

from laravel5-example.

Janaksan avatar Janaksan commented on May 18, 2024

fresh installation from your repository.and i follow your installation step

from laravel5-example.

bestmomo avatar bestmomo commented on May 18, 2024

In vendor/composer/autoload_classmap.php is there this line :

'Collective\\Html\\FormBuilder' => $vendorDir . '/laravelcollective/html/src/FormBuilder.php'

from laravel5-example.

Janaksan avatar Janaksan commented on May 18, 2024

yes there

from laravel5-example.

Janaksan avatar Janaksan commented on May 18, 2024

q2

from laravel5-example.

bestmomo avatar bestmomo commented on May 18, 2024

All seems ok... there is something weird. Try a new fresh installation.

from laravel5-example.

Janaksan avatar Janaksan commented on May 18, 2024

no bro .same problem after fresh install.

from laravel5-example.

bestmomo avatar bestmomo commented on May 18, 2024

I dont understand what happens for you. I've made an install with the repo to see if there is some bug but all works fine for me. Did you try a basic Laravel installation with this package ?

from laravel5-example.

combaudouo avatar combaudouo commented on May 18, 2024

Had the same issue with my code. Not in front on my computer right now, but it was due to the Submit field that I used on a project using L4 -> I had to add (or remove i don't remove) a parameter to make it work.

Hope that helps

from laravel5-example.

zlati avatar zlati commented on May 18, 2024

I also encountered this. Actually, it is looking for "\Collective\Html\Formbuilder", while the actual class is "FormBuilder". So you just need to capitalize the "B" on line 3 in app/Services/Html/FormBuilder.php so it becomes "class FormBuilder extends \Collective\Html\FormBuilder {" That's all.

from laravel5-example.

serdar-turkmen avatar serdar-turkmen commented on May 18, 2024

FatalErrorException in FormBuilder.php line 3:
Class 'Collective\Html\Formbuilder' not found What we do?

from laravel5-example.

bestmomo avatar bestmomo commented on May 18, 2024

Sorry, I'm on Windows and it doesn't wonder about that ! I've corrected it in this commit

from laravel5-example.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.