Home >Backend Development >PHP Tutorial >Edit laravel framework under Sublime Text 2 tool
Sublime Text 3 official version is an upgraded version of Sublime Text2. Sublime Text is a popular text editor software, somewhat similar to TextMate, cross-platform and can run on Linux, Windows and Mac OS X. It is also a text editor software that many programmers like to use.
Main features of Sublime Text 3 official version:
Official download website: http://www.sublimetext.com/
(Note)After the installation is complete, you also need to install package control.
Download address: https://packagecontrol.io/installation#Simple
Click the Preferences > Browse Packages… menu
Browse up a folder and then into the Installed Packages/ folder
Download Package Control.sublime-package and copy it into theInstalled Packages/ directory
Restart Sublime Text
Copy to C:UsersyongAppDataRoamingSublime Text 2Installed Packages by default. Restart subtext ,OK;
1). In the menu bar->preferences->package Cantrol:
2), select install package.
3), search for "laravel" to see the list, install laravel 5 snippets, laravel-blade.
The above introduces how to edit the laravel framework under the Sublime Text 2 tool, including aspects of it. I hope it will be helpful to friends who are interested in PHP tutorials.