定制 linchaker/dev-commands 二次开发

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

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

linchaker/dev-commands

最新稳定版本:v1.0.0

Composer 安装命令:

composer require linchaker/dev-commands

包简介

Laravel dev commands

README 文档

README

A list of console commands that help in the setup/development of the Laravel project.

Installation

This package can be installed through Composer.

composer require linchaker/dev-commands

Usage

Check Database connection

Check if the database connection is configured correctly.

Default connection is mysql

php artisan check:db

Check connection to another database:

php artisan check:db pgsql

Check Redis connection

Check if the redis connection is configured correctly.

Default connection is "default"

php artisan check:redis

Check another connection:

php artisan check:redis cache

Generate PHPDoc for model's table

Creates a PHPDoc for some table and prints it to the console.

For example, create documentation for the "users" table:

php artisan gen:phpdoc users

Default DB connection is mysql, if you need another connection, pass it as second argument:

php artisan gen:phpdoc users pgsql

License

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

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-01-29