ghulamali2612/artisan
Composer 安装命令:
composer require ghulamali2612/artisan
包简介
Laravel basic artisan command to run using console
README 文档
README
Laravel basic artisan commands
Installation
Use Composer to install the library.
$ composer require ghulamali2612/artisan
Implementation
Add this line in config/app.php
GhulamAli\Artisan\ArtisanServiceProvider::class
Usage
- $ php artisan artisan-database:tables //List of your database table
- $ php artisan artisan-database:refresh //Truncate all database tables except migration
- $ php artisan artisan-database:truncate table_name //Truncate requested table only
- $ php artisan artisan-database:drop table_name //Drop the requested table
- $ php artisan artisan-log:clear //Clear storage/logs/laravel.log file
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-09-24