Download the PHP package einnar82/other-classes without Composer
On this page you can find all versions of the php package einnar82/other-classes. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download einnar82/other-classes
More information about einnar82/other-classes
Files in einnar82/other-classes
Download einnar82/other-classes
More information about einnar82/other-classes
Files in einnar82/other-classes
Vendor einnar82
Package other-classes
Short Description Create your contracts, services and repositories via artisan console.
License MIT
Homepage https://github.com/einnar82/other-classes
Package other-classes
Short Description Create your contracts, services and repositories via artisan console.
License MIT
Homepage https://github.com/einnar82/other-classes
Please rate this library. Is it a good library?
Informations about the package other-classes
# Other Classes
Create your contracts, services and repositories via artisan console.
Installation:
Run on your terminal
$ composer require einnar82/other-classes
Then register the service provider at config/app.php.
RannieOllit\OtherClasses\OtherClassesServiceProvider::class,
Finally publish the vendor files, so that you can customized the namespace of your classes at config/other-classes.php.
$ php artisan vendor:publish --provider="RannieOllit\OtherClasses\OtherClassesServiceProvider" --tag="config"
Then you added the four artisan commands.
| Command | Namespace |
|---|---|
| make:trait | App\YourTraits |
| make:contract | App\MyContracts |
| make:service | App\OtherServices |
| make:repository | App\SomeRepositories |
This will generate a fresh file from your distinct commands.
All versions of other-classes with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
^5.0|^6.0
The package einnar82/other-classes contains the following files
Loading the files please wait ...