Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the ide tools available for laravel

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

Editor to share with you what the ide tools available in laravel are, I believe most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!

Laravel available ide tools are: 1, Sublime Text, an editor with code highlighting, syntax hints, automatic completion and fast response software; 2, phpstorm, a commercial PHP integrated development tool; 3, atom, a cross-platform text editor; 4, Visual Studio Code.

The operating environment of this tutorial: windows7 system, Laravel6 version, DELL G3 computer.

IDE refers to the integrated development environment (Integrated Development Environment), which is an application used to provide a program development environment, and generally includes tools such as code editors, compilers, debuggers, and graphical user interfaces. The development software service set integrates the code writing function, analysis function, compilation function, debugging function and so on. All software or software suites (groups) with this feature can be called integrated development environment. Such as Microsoft's Visual Studio series, Borland's C++ Builder, Delphi series and so on. The program can be run independently or in conjunction with other programs. IDE is often used to develop HTML application software. For example, many people use IDE (such as HomeSite, DreamWeaver, and so on) when designing Web sites because many tasks are automatically generated.

Here are some ide tools that can be used in laravel development.

1 、 Sublime Text

Sublime Text: an editor software with code highlighting, syntax hints, automatic completion and quick response. Not only has a gorgeous interface, but also supports plug-in extension mechanism, using her to write code, is definitely a pleasure. Compared with the difficult Vim, the puffy and heavy Eclipse,PHPStorm, even if the lightweight and rapid start-up Editplus and Notepad++, slightly pale in front of SublimeText, there is no doubt that this extremely sexy editor is the best choice for Coding and Writing.

Sublime Text does Laravel development, and some plug-ins are available:

Blade Snippets: provide automatic completion of Blade templates

Laravel 4 Blade Highlighter: provides Blade keyword highlighting

Laravel Generator: provide ultra-efficient Laravel workflow

Clipboard History: clipboard history, Sublime super plug-in second

Emmet:HTML and CSS super tools, Sublime super plug-in first

2 、 phpstorm

PhpStorm is a commercial PHP integrated development tool developed by JetBrains, which aims to improve user efficiency, deeply understand users' code, provide intelligent code completion, fast navigation and real-time error checking.

PhpStorm provides support for the Blade template engine built into the Laravel framework. Using the Laravel plug-in and Laravel IDE helper, we can develop Laravel projects more efficiently.

3 、 atom

Atom is a cross-platform text editor developed by github specifically for programmers. It has a simple and intuitive graphical user interface, and has many interesting features: it supports web programming languages such as CSS,HTML,JavaScript. It supports macros, automatically completes the split screen function, and integrates the file manager.

4 、 Visual Studio Code

Visual Studio Code ("VS Code") is a cross-platform source code editor for writing modern Web and cloud applications, which is officially announced by Microsoft at the Build developer Conference on April 30th, 2015, which runs on Mac OS X, Windows and Linux. It can be run on the desktop and can be used in Windows,macOS and Linux. It has built-in support for JavaScript,TypeScript and Node.js, as well as a rich ecosystem of other languages (for example, Clipper, Python, and Unity) and runtime extensions (such as. Net and go).

Let's show you how to set up the Vscode environment of Laravel.

Install the following plug-ins:

Auto Close Tag

Automatically add closed tags for HTML/XML, like Visual Studio IDE or Sublime Text.

Beautify

Format javascript, JSON, CSS, Sass, and HTML in Visual Studio Code.

Better Merge

A very useful visual merge conflict tool in Visual Studio Code, inspired by the merge-conflicts plug-in in Atom.

Debugger For Chrome

VS Code extension for debugging JavaScript code in Google browser, or other features that support Chrome Debugging Protocol.

Eslint

This extension uses the ESLint library installed in the open workspace folder. If the folder does not provide this library, it will match the globally installed version. If there is neither a partial installation nor a global installation of ESLint, you can run npm install eslint for a local installation or npm install-g eslint for a global installation.

Npm

This extension supports npm scripts defined in the package.json file and validates installed modules against the dependencies defined in package.json.

Laravel Blade Snippets

Laravel blade code snippets and syntax highlighting support Visual Studio Code.

PHP Debug

This extension is developed by Derick Rethan and is a debug adapter between VS Code and XDebug. XDebug is a PHP extension (.so file under Linux or .dll under Windows) that needs to be installed on your server.

PHP Intellisense Crane

Crane is a productivity-enhanced extension of Visual Studio Code that provides automatic completion of PHP code. It has zero dependency and can work on projects of any size to a great extent. It is still in development, and there may be Bug or some functionality missing.

Git History

Use the chart to view the Git history and view the details of the commit, such as author name, email, date, submitter's author name, email, date, and submission comments.

View a copy of the previous file or compare it with the workspace version or previous version, and see the changes to the active line in the editor (Git Blame).

I use the Dracula theme and the Material Icon Theme icon theme, now try to use Vscode to debug in laravel, does it work well?

The above is all the content of the article "what are the ide tools available for laravel". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report