承接 4imobile/4i-artisan-commands 相关项目开发

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

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

4imobile/4i-artisan-commands

Composer 安装命令:

composer require 4imobile/4i-artisan-commands

包简介

Artisan commands for base project setup

README 文档

README

Latest Stable Version Software License Total Downloads

Description

This package provides some useful Artisan commands for generating everything to do with base project setup and hopefully more in the future.

Installation

Require this package with Composer using the following command:

composer require 4imobile/4i-artisan-commands

After updating Composer, add the service provider to the providers array in config/app.php:

FourIMobile\FourIArtisanCommands\CommandServiceProvider::class

Run the dump-autoload command:

composer dump-autoload

In Laravel, instead of adding the service provider in the config/app.php file, you can add the following code to your app/Providers/AppServiceProvider.php file, within the register() method:

public function register()
{
    if ($this->app->environment() !== 'production') {
        $this->app->register(\FourIMobile\FourIArtisanCommands\CommandServiceProvider::class);
    }
    // ...
}

Commands

Below you can find all the commands that you can use, including the parameters that you can specify.

COMMAND                     PARAMETER       DESCRIPTION
-----------------------------------------------------------------------------------------------------------------------
make:device:auth            -b              Generates a basic auth structure, including everything except OTP
make:device:auth            -a              Generates the entire auth structure
make:device:migrations                      Generates the device base migrations

License

The Laravel Artisan Commands is open-sourced software licensed under the MIT license.

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-05-31

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固