Home >Backend Development >PHP Tutorial >Edit laravel framework under Sublime Text 2 tool

Edit laravel framework under Sublime Text 2 tool

WBOY
WBOYOriginal
2016-07-29 09:06:271054browse
  1. Introducing Sublime Editor

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:

  • Syntax highlighting, code prompt completion, code folding, custom skin/color scheme, multiple notes
  • Code map, multiple interface layouts and full-screen do not disturb mode
  • Completely open user-defined configuration and magical and practical editing status recovery function
  • Powerful multi-line selection and multi-line editing
  • Thunder-fast file switching
  • Jump as you like: quickly list and position functions/HTML elements, jump to specified lines
  • All-in-one command panel
  • -Package Control (an expansion package manager you must not miss)
  • Change theme or color scheme

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

  1. Click the Preferences > Browse Packages… menu

  2. Browse up a folder and then into the Installed Packages/ folder

  3. Download Package Control.sublime-package and copy it into theInstalled Packages/ directory

  4. Restart Sublime Text

    Copy to C:UsersyongAppDataRoamingSublime Text 2Installed Packages by default. Restart subtext ,OK;

  1. Install laravel package under Sublime

1). In the menu bar->preferences->package Cantrol:

在Sublime Text 2工具下编辑laravel框架

2), select install package.

在Sublime Text 2工具下编辑laravel框架

3), search for "laravel" to see the list, install laravel 5 snippets, laravel-blade.

在Sublime Text 2工具下编辑laravel框架

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.

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