定制 superhelio/commands 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

superhelio/commands

Composer 安装命令:

composer require superhelio/commands

包简介

This is a collection of Laravel Artisan commands created to help everyone in their development work.

README 文档

README

Latest Version on Packagist Software License Total Downloads

This is a collection of Laravel Artisan commands created to help everyone in their development work. We try to keep these as useful as possible.

This package requires PHP 7.3 or later. The composer.lock file has been generated with PHP v7.4.13.

Install

Step 1: Install Through Composer

$ composer require superhelio/commands --dev

Step 2: Add the Service Provider

You'll only want to use these generators for local development, so you don't want to update the production providers array in config/app.php. Instead, add the provider in app/Providers/AppServiceProvider.php, like so:

public function register()
{
    if ($this->app->environment() === 'local') {
        $this->app->register('SuperHelio\Commands\ServiceProvider');
    }
}

Usage

  • superhelio:gozer
    • Force delete database tables that have your table prefix
    • php artisan superhelio:gozer
  • superhelio:reload
    • Reset database, migrate and seed
    • php artisan superhelio:reload

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Security

If you discover any security related issues, please contact SuperHelio.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-02-08

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固