Bonjour tous le monde,

Je suis nourveau et novice sous LARAVEL, je cherche a créer une Gallery photo dans le templatte que j’ai déjà installer et qui fonctionne bien.
Pour cette gallery j’ai suivie le tutoriel suivant :

http://www.dunebook.com/tutorial-creating-a-photo-gallery-system-with-laravel/

Mais je me retrouve avec une erreur :

Whoops, looks like something went wrong.

1/1 FatalErrorException in Handler.php line 25: Uncaught TypeError: Argument 1 passed to App\Exceptions\Handler::report() must be an instance of Exception, instance of Error given, called in /home/www/test.com/laravel/vendor/compiled.php on line 1720 and defined in /home/www/test.com/laravel/app/Exceptions/Handler.php:25
Stack trace:
#0 /home/www/test.com/laravel/vendor/compiled.php(1720): App\Exceptions\Handler->report(Object(Error))
#1 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->handleException(Object(Error))
#2 {main}
thrown

  1. in Handler.php line 25

Et je ne comprend pas comment corriger cela.
Tous me fichier son dans /home/www/test.com/laravel/resources/views

Merci a vos aides,

Aucune réponse