componist/helper
Composer 安装命令:
composer require componist/helper
包简介
....coming soon
README 文档
README
- show Modal fillable array , casts array
- show Validation settings from database table
- create Migration from database table
- get database schema
- snippest for GRUD, PEST
- create blueprint yaml from database
- create Laravel Modal from database schema
- edit database schema / create / delete/ reorder columns
- routing testing
- clear or delete database
- create robots.txt file
- create sitemap file from all public routes
- show all register commands
- job liste with run job
- get .env
- get config files
- show logs
This package is only intended for developers and in the local system.
if (env('APP_DEBUG') === true) { // routings }
install
#1. copy this folder in root/packages/componist
#2. in your composer.json include to autoload -> psr-4
//..... "autoload": { "psr-4": { "App\\": "app/", "Database\\Factories\\": "database/factories/", "Database\\Seeders\\": "database/seeders/", "Componist\\Helper\\": "packages/componist/helper/src", } }, //.....
#3. in your root/bootstrap/providers.php
return [ Componist\Helper\HelperServiceProvider::class, ];
#4. show in url with
https://your-url/helper
统计信息
- 总下载量: 108
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-04-22