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
其他信息
- 授权协议: MIT
- 更新时间: 2023-01-29