GithubHelp home page GithubHelp logo

lumen-easyui's Introduction

lumen-easyui

基于lumen框架和wangdong/laravel-easyui包组成

docker环境

正式环境

环境启动

# 启动docker环境
docker-compose up -d

系统配置

# 创建.env文件
docker-compose exec php cp .env.example .env

# 安装composer包
docker-compose exec php composer install

# 复制文件
docker-compose exec php php artisan module:publish

# 处理上一步中新增php类
docker-compose exec php composer dumpautoload

# 初始化数据
docker-compose exec php php artisan laravel.easyui:migrate

开发

功能模块目录module/group_name/module_name

docker-compose exec php php artisan laravel.easyui:init group_name/module_name

开发环境

环境启动

# 启动docker环境
docker-compose -f docker-compose.dev.yml up -d

composer私有仓库配置

修改本地host

127.0.0.1 packagist.test

浏览器访问 http://packagist.test 初始化设置

系统配置

同上

开发

同上

数据库管理

浏览器访问 http://127.0.0.1:8080

  • 系统 PostgreSQL
  • 服务器 postgres
  • 用户名 postgres
  • 密码 postgres
  • 数据库 postgres

C9编辑器

浏览器访问 http://127.0.0.1:8181

lumen-easyui's People

Contributors

taylorotwell avatar repertory avatar grahamcampbell avatar themsaid avatar adamgoose avatar laurencei avatar coolbung avatar carusogabriel avatar verheesj avatar scrubmx avatar sadika9 avatar roberto-aguilar avatar pektop avatar nemanjakrstic avatar ntzm avatar mul14 avatar rohmanhm avatar michaeldeboey avatar michaeljhopkins avatar takuto-h avatar tillkruss avatar vyuldashev avatar iwader avatar amosmos avatar intuxicated avatar ksdev-pl avatar nmfzone avatar barryvdh avatar chimit avatar damienwebdev avatar

Watchers

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