Search code examples
laravelphpstormlaravel-blade

My blade.php file is not recognized by PhpStorm anymore


I have this item_email.blade.php that I created using PhpStorm. It was recognized as a blade file but today it suddenly turned into a plain text file.

I haven't changed anything there. I am not sure how to set it back to blade.php file. The suffix blade.php is still there. Nothing has changed.

Any ideas?


Solution

  • You will need to go into Preferences -> Editor -> File Types -> Text and remove the item_email.blade.php from there.

    add ext here:

    *.blade.php