laravel / lumen-framework

The Laravel Lumen Framework.
https://lumen.laravel.com
MIT License
1.48k stars 419 forks source link

Call to undefined function dump() #762

Closed chimit closed 6 years ago

chimit commented 6 years ago

Description:

A dump() Laravel helper is not available in Lumen.

svenluijten commented 6 years ago

That's because dump() isn't a Laravel helper, it's from Symfony's VarDumper component.

driesvints commented 6 years ago

@chimit Like @svenluijten said, dump is a Symfony helper, not a Laravel helper. It used to be I believe but this changed over time.