Sublime Forum

ST3 Crashing when typing queries for Laravel

#1

ST3 keeps on crashing on me everytime i try and type queries for example:

   $accommodation = Accommodation::where('slug', $slug)->first();

As soon as i type the letter ‘w’ after the ‘Accommodation::’ the whole program crashes and needs restarting. If i copy and paste the code in it works fine?

Im pretty new to sublime and laravel so any help is greatly appreciated.

0 Likes

#2

Does this still happen if you revert sublime to a freshly installed state?

0 Likes

#3

Thank you this seems to have sorted the issue.

0 Likes