escapepixel/laravel-initializer
最新稳定版本:v1.0.0
Composer 安装命令:
composer require escapepixel/laravel-initializer
包简介
Laravel Initializer
README 文档
README
To make our development faster, we have created EP Laravel Initializer package. This package will install all the packages that we usually use for all the projects.
Default Packages
EP Laravel Initializer includes the following packages.
| Category | Name |
|---|---|
| Multi-tenancy | TenancyforLaravel |
| Modularizer | Laravel CA Modules |
| Authentication | Passport |
| Social Integration | Socialite |
| AWS services | AWS SDK |
| Cache | Predis |
| Auditing | Laravel Auditing |
| Search | Algolia Scout Extended |
| Debugger | Laravel Telescope |
| Payment | Laravel Cashier |
| Roles & Permission | Spatie |
| Slugs | Spatie Sluggable |
| Mail Testing | Laravel Mailable Test |
| Image Processor | InterventionLaravolt Avatar |
| Error Monitoring | Laravel Sentry |
| Coding Standard | Laravel PHP CS Fixer |
| 2FA | Google2FA Laravel |
| Recovery | Recovery Codes |
| Mail Editor | Laravel Mail Editor (Aka MailEclipse) |
| Country List | Country List |
| Laravel Enum | Laravel Enum |
| Laravel Repository | Laravel 5 Repositories |
| Export | Laravel Excel |
Composer
Execute the following command to get the latest version of the package:
composer require escapepixel/laravel-initializer
Install default packages (All)
Execute the following command to install default packages
php artisan initializer:start
Configure default packages (All)
Once all the packages are installed, execute the following command to configure packages.
php artisan initializer:configure
Install specific packages
If you wish to install specific packages, execute the following command to install.
php initializer:install {name}
Configure specific packages
php artisan initializer:configure-package
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-07-09