Giter Site home page Giter Site logo

larablog's Introduction

关于

这是基于我的后台管理项目LaraAdmin开发的个人博客系统。

功能

  • 控制台
  • 系统管理
  • 用户管理
  • 角色管理
  • 权限管理
  • 菜单管理
  • 系统日志
  • 博客
  • 文章
  • 分类
  • 标签

安装

下载项目到本地

git clone https://github.com/251068550/LaraBlog.git

compoer安装

cd LaraBlog
composer install

如果composer install安装很慢,推荐安装国内镜像 执行 composer config -g repo.packagist composer https://packagist.phpcomposer.com

配置.env文件

cp .env.example .env

配置数据库

DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret

生成APP_KEY

php artisan key:generate

数据库迁移(记得先创建配置的数据库)

php artisan migrate --seed

这样项目就部署好了,后台的登录路由是 http://localhost:(端口)/LaraAdmin/public/login 管理员帐号:admin,密码:123456

Enjoy yourself!

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.