Download the PHP package sunaoka/laravel-facade-generator without Composer
On this page you can find all versions of the php package sunaoka/laravel-facade-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-facade-generator
Facade generator for Laravel
It is an artisan console command that generates services, service providers and facades.
Installation
Usage
Configurations
Example
Generated: app/Facades/Foo.php
Generated: app/Providers/FooServiceProvider.php
Generated: app/Services/FooService.php
and called artisan make:test
to create tests/Feature/FooServiceTest.php
.
Laravel 5.8 to 10.x
You must add a providers and an aliases in config/app.php
.
Laravel 11.x
You must add a providers in bootstrap/providers.php
.
and, You must add an aliases in config/app.php
.
All versions of laravel-facade-generator with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1.3 || ^8.0
illuminate/support Version ^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0
illuminate/support Version ^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0
The package sunaoka/laravel-facade-generator contains the following files
Loading the files please wait ....