美文网首页
phpstom , vagrant使用简要说明

phpstom , vagrant使用简要说明

作者: 1b1bd2eb600a | 来源:发表于2018-10-16 16:53 被阅读12次

    编辑器:phpStorm

    https://www.jetbrains.com/phpstorm/download 

    优雅使用phpStorm工具:https://lattecake.com/post/20075

    设置:(统一字符集与代码规范) 

    Editor -> File Encodings -> (都选择utf-8) 

    Editor -> Code Style -> PHP -> Set from... -> Predefined Sytle -> 选(Symfony2)

    快捷键: 

    Ctrl +反引号(`) 

    快速切换目前的配色/代码方案/快捷键方案/界面方案 

    根据自己喜好进行设置

    Git GUI工具:SourceTree

    https://www.sourcetreeapp.com/

    设置:

    通用 -> (设置自己的全名和电子邮件)

    通用 -> 项目文件夹设置为自己本机的开发目录

    Git -> Push分支 -> 当前

    打钩(追踪分支时默认使用变基代替合并)

    虚拟机:VirtualBox

    https://www.virtualbox.org/

    虚拟化开发环境:Vagrant

    https://www.vagrantup.com/ 

    简易教程:http://www.jianshu.com/p/050b0a4468c4

    常用命令: 

    vagrant up 开机 

    vagrant ssh 登录 

    vagrant halt 关机 

    vagrant destroy 销毁 

    vagrant init 初始化 

    vagrant status 查看状态

    `ssh 在win平台下无法使用,需要使用xshell进行登录`

    MySQL管理工具

    Mac : Sequel Pro 

    http://www.sequelpro.com/ 

    Win : 推荐SQLyog 

    https://www.webyog.com/product/sqlyog

    终端连接软件

    Mac : iTerm2 

    http://www.iterm2.com/ 

    Win : Xshell 

    https://www.netsarang.com/products/xsh_overview.html

    相关文章

      网友评论

          本文标题:phpstom , vagrant使用简要说明

          本文链接:https://www.haomeiwen.com/subject/gksimttx.html