bestmomo / laravel5-example

Simple laravel5 example for tutorial
MIT License
1.2k stars 568 forks source link

Class 'Collective\Html\Formbuilder' not found #19

Closed zhiephie closed 9 years ago

zhiephie commented 9 years ago

see this http://prntscr.com/695upr

bestmomo commented 9 years ago

Hello,

Looks like an autoload issue. Did you try composer dumpautoload or php artisan clear-compiled ?

zhiephie commented 9 years ago

I tried composer dumpautoload or php artisan compiled and the results Class 'Collective \ html \ Formbuilder' not found

bestmomo commented 9 years ago

Did you change something to composer.php ?

In _vendor/composer/autoloadclassmap.php is there this line :

'Collective\\Html\\FormBuilder' => $vendorDir . '/laravelcollective/html/src/FormBuilder.php',
zhiephie commented 9 years ago

no, i'm look in vendor/composer/autoload_classmap.php is this line not found

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

bestmomo commented 9 years ago

You should do a new fresh install and see if it works.

zhiephie commented 9 years ago

ok, i'm try it again