emacs - In Spacemacs, how do I enable web-mode .blade.php files? -


what should put in .spacemacs web-mode enabled instead of php-mode .blade.php files in laravel?

place following in $home/.spacemacs file, in dotspacemacs/user-config function:

(add-to-list 'auto-mode-alist '("\\.blade.php\\'" . web-mode)) 

Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -