Most voted "laravel-5" questions
Laravel is an open-source framework for developing web applications and services with PHP. Use this tag for specific questions about Laravel 5 or later.
Learn more…751 questions
Sort by count of
-
-4
votes1
answer49
viewsError generating PDF, Undefined variable: o (View:
metodo gera pdf: ordemController $ordens = Ordem::all(); return \PDF::loadView('ordem.detalhes', compact('ordens')) ->setPaper('a4', 'landscape') ->stream('export.pdf'); view <h1…