Download the PHP package masterskill/service-package without Composer
On this page you can find all versions of the php package masterskill/service-package. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download masterskill/service-package
More information about masterskill/service-package
Files in masterskill/service-package
Download masterskill/service-package
More information about masterskill/service-package
Files in masterskill/service-package
Vendor masterskill
Package service-package
Short Description This is a package that allows you to automatically create services in Laravel.
License GPL-2.0-or-later
Package service-package
Short Description This is a package that allows you to automatically create services in Laravel.
License GPL-2.0-or-later
Please rate this library. Is it a good library?
Informations about the package service-package
The Project
This is a project that creates a Laravel package for automatically generating a Service file in app\Services
with the default namespace App\Services
.
Prerequisites
- Laravel framework: ">=9.0"
- PHP: ">=8.0"
Installation
To install the package, run the following command:
Publish the config file
To publish the config file, run the command:
The config file will be registered as 'service-package.php' under config folder.
Creating a Service
To create a new service, use the following Artisan command:
Author
- Name : Clairmont RAJAONARISON - masterSkill77
- Email: [email protected]
- Email: [email protected]
Note
- Namespace is based on App\
Enjoy it :)
All versions of service-package with dependencies
PHP Build Version
Package Version
The package masterskill/service-package contains the following files
Loading the files please wait ....