All Projects → godtoy → Laravel Scrum Dev Paas

godtoy / Laravel Scrum Dev Paas

Licence: other
Laravel后端服务,提供团队协作管理平台的后端业务逻辑

Projects that are alternatives of or similar to Laravel Scrum Dev Paas

Laravel Test Factory Helper
Generate Laravel test factories from your existing models
Stars: ✭ 873 (+4057.14%)
Mutual labels:  laravel
Vat Calculator
Handle all the hard stuff related to EU MOSS tax/vat regulations, the way it should be. Integrates with Laravel and Cashier — or in a standalone PHP application.
Stars: ✭ 876 (+4071.43%)
Mutual labels:  laravel
Chatify
A Laravel package that allows you to add a complete user messaging system into your new/existing Laravel application.
Stars: ✭ 885 (+4114.29%)
Mutual labels:  laravel
Laravel Image Optimizer
Optimize images in your Laravel app
Stars: ✭ 873 (+4057.14%)
Mutual labels:  laravel
Backend
Nodes backend package
Stars: ✭ 13 (-38.1%)
Mutual labels:  laravel
Blazar
Pre-Render Pages on the Fly in Laravel
Stars: ✭ 14 (-33.33%)
Mutual labels:  laravel
Easy Cache
a cache trait for Laravel to do cache eaily
Stars: ✭ 12 (-42.86%)
Mutual labels:  laravel
Easyhttp
A Laravel HTTP-client to make HTTP request easier and log requests and responses
Stars: ✭ 20 (-4.76%)
Mutual labels:  laravel
Vue Model
Model component for Vue.js
Stars: ✭ 877 (+4076.19%)
Mutual labels:  laravel
Phperinterviewguide
相对于 PHPer 新手而言比较有指导意义的 PHPer 面试指南
Stars: ✭ 886 (+4119.05%)
Mutual labels:  laravel
Mysql Workbench Export Laravel 5 Migrations
A MySQL Workbench plugin which exports a Model to Laravel 5 Migrations
Stars: ✭ 876 (+4071.43%)
Mutual labels:  laravel
Laravel Doctrine Tenancy
A multi-tenancy implementation for Laravel that uses Doctrine.
Stars: ✭ 13 (-38.1%)
Mutual labels:  laravel
Billing
A general purpose interface to Stripe that's optimized for Laravel 5 SaaS applications.
Stars: ✭ 14 (-33.33%)
Mutual labels:  laravel
Laravel Mailguneu
Allow customising the Mailgun server URL to use EU servers.
Stars: ✭ 13 (-38.1%)
Mutual labels:  laravel
Laravel Scout Elastic
Elastic Driver for Laravel Scout
Stars: ✭ 886 (+4119.05%)
Mutual labels:  laravel
Improved Polymorphic Eloquent Builder
🔨 Improved Polymorphic Eloquent Builder
Stars: ✭ 12 (-42.86%)
Mutual labels:  laravel
Pro
ECStore Pro - Laravel 微信网店微服务框架
Stars: ✭ 14 (-33.33%)
Mutual labels:  laravel
Scheduled Tweets App
A Laravel app to schedule tweets
Stars: ✭ 21 (+0%)
Mutual labels:  laravel
Laravel Tabler
Laravel Package for integrating Tabler template and this package is Laravel Mix friendly.
Stars: ✭ 20 (-4.76%)
Mutual labels:  laravel
Freshdesk Laravel
Freshdesk Service Provider for Laravel 5 and Lumen
Stars: ✭ 14 (-33.33%)
Mutual labels:  laravel

Overview

客户端项目请查看: https://github.com/zhaojunlike/vue-scrum-task-client

Containers

  • 1.nginx
  • 2.mysql-db
  • 3.redis-db
  • 4.php-fpm
  • 5.composer
  • 6.mongo-db
  • 7.visualizer

其中不需要的镜像可以注释掉

QuickStart

Install Docker

安装Docker Ce

$bash ./app/tools/docker-installer.sh

Install docker-compose

$cp ./docker-compose /usr/local/bin/
$chmod +x /usr/lcoal/bin/docker-compose

Usage

默认启动方式,这种方式适用于本地测试开发环境,暴漏了数据库端口redis端口方便调试 1.docker-compose up --build

docker-compose up -d
docker exec -it $phpContainerId bash 
#bash > cd /app/backend
#bash > composer install
#bash > php artisan db:seed

Future

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].