1 Star 0 Fork 47

eoolife/ebank

forked from yybawang/ebank 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 464 Bytes
一键复制 编辑 原始数据 按行查看 历史
yybawang 提交于 2018-03-24 13:55 . 加入编译文件
.PHONY: dependency-install file-permission
dependency: dependency-install file-permission
install: app-install dump-autoload
help:
@echo 'make install -- download dependencies and install'
dependency-install:
composer install -o --no-dev
npm-install:
npm install
npm run prod
app-install:
php artisan app:install
file-permission:
chmod -R 777 storage/
chmod -R 777 bootstrap/cache/
chmod -R 777 public/
dump-autoload:
php artisan clear-compiled
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/eoolife/ebank.git
git@gitee.com:eoolife/ebank.git
eoolife
ebank
ebank
master

搜索帮助