Home  >  Article  >  Backend Development  >  Recommend several plug-ins for developing Laravel with Sublime Text, sublimelaravel_PHP tutorial

Recommend several plug-ins for developing Laravel with Sublime Text, sublimelaravel_PHP tutorial

WBOY
WBOYOriginal
2016-07-13 10:15:461007browse

Recommend several plug-ins for developing Laravel with Sublime Text, sublimelaravel

I currently mainly use Sublime Text 2 for Laravel development. The main plug-ins are as follows:

1.Blade Snippets: Provides automatic completion of Blade templates


2.Laravel 4 Blade Highlighter: Provides Blade keyword highlighting


3.Laravel Generator: Provides ultra-efficient Laravel workflow

This is another version of the way/generators Composer package mentioned in the previous tutorial, which runs in the editor. However, it is still recommended to use the command line version because you can easily read the history and modify it. Note that this plug-in requires PHP version 5.4 or above.

4.Clipboard History: Clipboard history, the second Sublime super plug-in


5. Emmet: HTML and CSS super tool, Sublime super plug-in No. 1


Press the Tab key:


This is just the simplest demo of the super plug-in. There is a reason why it has become the number one super plug-in under sublime, such as this:


Another example is this:


sublime text 2 plugin

Actually, there is no need to restart, you just need to know the shortcut keys for this plug-in function.
Menu Bar→Preferences→Browse Packages Open the plug-in directory of sublime and find the Clipboard History folder. There is a Default (Windows).sublime-keymap file in it. Drag it to sublime and open it to define these shortcut keys. Press the corresponding The clipboard will appear by pressing the shortcut key. Hope this helps.


Recommend several plug-ins for developing Laravel with Sublime Text, sublimelaravel_PHP tutorial

HTML code prompt plug-in for SublimeText2

Emmet
After installation, enter a, press tab, and output

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/903474.htmlTechArticleRecommend several plug-ins for developing Laravel with Sublime Text, sublimelaravel. I currently mainly use Sublime Text 2 for Laravel development. , the main plug-ins are as follows: 1.Blade Snippets: mention...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn