0 Star 0 Fork 46

ryvius_key / ebank

forked from yybawang / ebank 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 470 Bytes
一键复制 编辑 原始数据 按行查看 历史
yybawang 提交于 2019-11-26 22:23 . :memo:update readme
.PHONY: dependency-install file-permission
dependency: dependency-install file-permission
install: npm-install app-install dump-autoload
help:
@echo 'make install -- download dependencies and install'
dependency-install:
composer install
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/export
dump-autoload:
php artisan clear-compiled
PHP
1
https://gitee.com/ryvius_key/ebank.git
git@gitee.com:ryvius_key/ebank.git
ryvius_key
ebank
ebank
master

搜索帮助