onecentlin / laravel5-snippets-vscode

Laravel snippets for Visual Studio Code (Support Laravel 5 and above)
MIT License
36 stars 19 forks source link

syntax error View ::makeCompact - view('view.name', compact($data)); #17

Closed thierrydev closed 4 years ago

thierrydev commented 5 years ago

I was working with this as I'm learning Laravel and the correct syntax should be

view('view.name', compact('data'));