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 updateand typey
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,commitlintandhusky
php artisan khattab:initialize
- if you don't want to install
commitlintpackage to lint you git commits, you can pass--no-commitlintflag
php artisan khattab:initialize --no-commitlint
- To install advanced packages like
log-vieweryou can pass--advancedflag
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
其他信息
- 授权协议: MIT
- 更新时间: 2025-06-20