承接 itinysun/laraman 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

itinysun/laraman

最新稳定版本:v2.0.6

Composer 安装命令:

composer require itinysun/laraman

包简介

Run laravel with workman ,1 artisan command, 10x speed up

README 文档

README

Latest Version on Packagist Total Downloads

Run laravel with workman , 1 artisan command, 10x speed up

v2.0.6 released !

support dcat/admin and owl-admin now

Installation

Via Composer

# install package
composer require itinysun/laraman


# install publish file
php artisan vendor:publish --tag=laraman.install

# update publish as needed

php artisan vendor:publish --tag=laraman.install --force

Usage

//run
php laraman

//run a custom process
php larman process {process name}


//config/laraman/server.php
//this is for auto start process name,web for inner build web server ,
// monitor for hot reload after edit ,only enable under debug mode
// see process config in process.php
    'processes'=>[
        'web','monitor'
    ]


how to write a custom process

create a new class extend Itinysun\Laraman\Process create a new config file in config/laraman/ if it needs auto start , add config name in server.php

Change log

Please see the changelog for more information on what has changed recently.

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email 860760361@qq.com instead of using the issue tracker.

Credits

License

MIT

统计信息

  • 总下载量: 821
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 103
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 102
  • Watchers: 4
  • Forks: 11
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-05-23