the hello starter file for laravel need to be rename with the blade extension to use his syntax! ;D
Yes, the hello.php view file is not a Blade template, so you can't use the {{ }} syntax. As devsharpen mentioned, rename the file to hello.blade.php
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community