Coder Social home page Coder Social logo

fullstack-backend's Introduction

FullStack

鉴于市面上CMS都已陈旧的情况,作者用更先进的laravel和ant-design重新设计、架构新时代的CMS。开源不易,请尊重版权!

安装说明

首先需要将web环境的默认目录指向public目录

命令行安装系统

重命名.env.example 改为 .env

编辑.env文件,配置数据库信息

运行 composer install 安装依赖库

命令行下执行数据迁移

第一步:php artisan migrate(您需要将php加入到环境变量)

第二步:php artisan db:seed(注意: 如果在执行迁移时发生「class not found」错误,试着先执行 composer dump-autoload 命令后再进行一次。)

第三步:php artisan key:generate && php artisan passport:install && php artisan storage:link

第四步:php -S 127.0.0.1:8080 -t ./public

第五步:http://127.0.0.1:8080/admin

默认用户名:administrator 密码:123456

官方支持

github地址:https://github.com/tangtanglove/fullstack

演示地址

http://fullstack.qasl.cn/admin/

默认用户名:administrator 密码:123456

fullstack-backend's People

Contributors

tangtanglove avatar txh1208 avatar

Watchers

James Cloos 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.