khattab/prepare 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

khattab/prepare

最新稳定版本:v1.0.0

Composer 安装命令:

composer require khattab/prepare

包简介

Configure Newly Created Laravel Projects

README 文档

README

Configure newly created laravel project using simple package

  • First We Need to install the package
composer require khattab/prepare
  • Run composer update and type y
composer update
  • Initialize the newly created project by pushing the helpers
  • This Command will install the development packages that helps us like laravel telescope, laravel modules, fast paginate, commitlint and husky
php artisan khattab:initialize
  • if you don't want to install commitlint package to lint you git commits, you can pass --no-commitlint flag
php artisan khattab:initialize --no-commitlint
  • To install advanced packages like log-viewer you can pass --advanced flag
php artisan khattab:initialize --advanced
  • Then We have to publish package assets, files
php artisan vendor:publish --tag=khattab-prepare --force
  • finally copy middlewares, files, dump composer
php artisan khattab:publish-prepare-files

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-06-20