facade please
ve this
Terkadang Anda ingin membuat fasad untuk metode yang dapat diakses secara global, tetapi Anda tidak suka melakukannya karena Anda harus mengambil beberapa langkah. Fasad, tolong! adalah paket Laravel untuk menyelesaikan masalah Anda, hanya satu perintah dan fasad Anda siap digunakan!
composer require nauvalazhar/facade-please
Tambahkan ke config/app.php
'providers' => [
...
NauvalazharFacadePleaseFacadePleaseServiceProvider::class,
php artisan facade usage
php artisan facade:please YourFacade
Fasad yang dihasilkan akan disimpan di folder app/MyFacades secara default, tetapi Anda dapat mengubah folder tujuan di file config/facadeplease.php . Sebelum melakukan itu, Anda perlu melakukan langkah ini.
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
Terima kasih kepada @Rizalio atas bantuannya!
Lisensi MIT