GithubHelp home page GithubHelp logo

card-system's Introduction

Installation Tutorial
BT面板安装教程

Require

PHP >= 7.0.0

Install

  • Remember the root of website is path_to_project/public !
  • Change folder permission
chmod -R 777 storage/
chmod -R 777 bootstrap/cache/
  • Renamed the .env.example file to .env
  • Config .env file (according to yourself)
  • Import card.sql to your database
  • Optimize (Optional)
php artisan key:generate
php artisan route:cache
php artisan config:cache

Question

  1. Changing the .env does not work?
  • After changing the .env, you have to run php artisan config:cache


要求

PHP >= 7.0.0

安装

  • 网页根目录是 项目路径/public, 配置网站时请注意!
  • 复制 .env.example 到 .env
copy .env.example .env #win
cp .env.example .env #linux
  • 修改 .env 配置文件 (app名称, 数据库, 邮件等)
  • 将 card.sql 导入到数据库
  • 修改目录权限(Linux)
chmod -R 777 storage/
chmod -R 777 bootstrap/cache/
  • 优化 (可选)
php artisan key:generate
php artisan route:cache
php artisan config:cache

说明

  • /admin 管理目录
  • 初始账号密码 admin
  • 目录权限一定要正确配置!

Question

  1. 修改 .env 不起作用?
  • 修改 .env 之后, 需要运行 php artisan config:cache

card-system's People

Contributors

tai7sy avatar

Watchers

James Cloos avatar Gavin Maloney avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.