Level 88
Jan 3, 2018
2
Level 1
Autocomplete php in blade
Hi, I'm using PhpStorm 2016.3.3 version and in my blade files have the following code
@section('content')
The pizza size is: {{ $pizza->size() }}
@endsection
The code completion of this variable seems to work in regular PHP, but not in blade. Do I need to configure something?
Please or to participate in this conversation.