facade please
ve this
때로는 전 세계적으로 접근 가능한 방법을 위해 외관을 만들고 싶지만 몇 단계를 밟아야하기 때문에하는 것을 좋아하지 않습니다. 외관, 제발! 문제를 해결하기위한 라벨 패키지입니다. 단 하나의 명령 만 사용하고 외관을 사용할 준비가되었습니다!
composer require nauvalazhar/facade-please
config/app.php 에 추가하십시오
'providers' => [
...
NauvalazharFacadePleaseFacadePleaseServiceProvider::class,
php artisan facade usage
php artisan facade:please YourFacade
생성 된 Facade는 기본적으로 app/MyFacades 폴더에 저장되지만 config/facadeplease.php 파일에서 대상 폴더를 변경할 수 있습니다. 그렇게하기 전에이 단계를 수행해야합니다.
php artisan facade:delete YourFacade
php artisan facade:list
php artisan facade:diag YourFacade [--methods] [--public] [--private]
php artisan vendor:publish --tag=facadeplease
0.2.0 - Hope you love this
-----
New
---
- Optional argument for command: php artisan facade
- Automatically adds a comma at the end of the provider array element and aliases array in `config/app.php`
- Added a new command to list all facades
- Added a new command to diagnose the facade
- Added new command for usage
Changes
-------
- Add 'require' in composer.json
- Some changes to the 'php artisan facade' command
- Some changes to the 'php artisan facade:delete' command
0.1.1 - Initial release
-----
Fix
---
- fix Composer.json
0.1.0 - First release (Don't use this)
- First commit
도움을 주신 @Rizalio에게 감사드립니다!
MIT 라이센스