facade please
ve this
Manchmal möchten Sie eine Fassade für die global zugängliche Methode erstellen, aber Sie mögen es nicht, weil Sie ein paar Schritte unternehmen müssen. Fassade bitte! Ist ein Laravel -Paket, um Ihr Problem zu lösen, nur ein Befehl und Ihre Fassade ist bereit zu verwenden!
composer require nauvalazhar/facade-please
Zu config/app.php hinzufügen
'providers' => [
...
NauvalazharFacadePleaseFacadePleaseServiceProvider::class,
php artisan facade usage
php artisan facade:please YourFacade
Die generierte Fassade wird standardmäßig im Ordner app/MyFacades gespeichert. Sie können jedoch den Zielordner in der Datei config/facadeplease.php ändern. Bevor Sie dies tun, müssen Sie diesen Schritt ausführen.
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
Vielen Dank an @rizalio für jede Hilfe!
MIT -Lizenz