composer
composer 更新自动导入
composer dump-autoload
git
配置全局账号用户名:
git config --global user.name "gitee或github的用户名"
配置全局账号邮箱:
git config --global user.email "gitee或github注册的邮箱"
添加文件当版本控制:
git add "文件名" #切换到需要添加文件的目录,添加指定文件
git add . #切换到需要添加的项目,“.”表示当前位置所有文件
添加说明:
git commit -m "commit" # 添加单行说明
git commit # 跳出commit文本框添加多行
laravel
生成key
php artisan key:generate
3499

被折叠的 条评论
为什么被折叠?



