Package Data | |
---|---|
Maintainer Username: | pucoder |
Maintainer Contact: | xiaozhi2015@hotmail.com (xiaozhi) |
Package Create Date: | 2025-01-08 |
Package Last Update: | 2025-01-08 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-01-27 15:00:06 |
Package Statistics | |
---|---|
Total Downloads: | 2 |
Monthly Downloads: | 2 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
composer require explore-pu/lumen-tool
bootstrap/app.php
中注册service provider$app->register(LumenTool\LumenToolServiceProvider::class);
php artisan publish:tool
$app->configure('tool');
# 生成form-request
php artisan make:request {className}
# 生成密钥
php artisan key:generate
# 创建存储软连接
php artisan storage:link