laravel-domain-commands | Artisan commands to scaffold DDD classes in your Laravel app
kandi X-RAY | laravel-domain-commands Summary
kandi X-RAY | laravel-domain-commands Summary
laravel-domain-commands is a PHP library. laravel-domain-commands has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
The signifly/laravel-domain-commands package adds a handful of useful Artisan commands to your Laravel application. It assumes you are utilizing the Domain Driven Design approach. It is heavily inspired by the DDD approach mentioned in this great article by Brent from Spatie.
The signifly/laravel-domain-commands package adds a handful of useful Artisan commands to your Laravel application. It assumes you are utilizing the Domain Driven Design approach. It is heavily inspired by the DDD approach mentioned in this great article by Brent from Spatie.
Support
Quality
Security
License
Reuse
Support
laravel-domain-commands has a low active ecosystem.
It has 18 star(s) with 13 fork(s). There are 2 watchers for this library.
It had no major release in the last 12 months.
There are 1 open issues and 0 have been closed. There are 3 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of laravel-domain-commands is v0.0.8
Quality
laravel-domain-commands has 0 bugs and 4 code smells.
Security
laravel-domain-commands has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
laravel-domain-commands code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
laravel-domain-commands is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
laravel-domain-commands releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
It has 298 lines of code, 31 functions and 11 files.
It has low code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed laravel-domain-commands and discovered the below as its top functions. This is intended to give you an instant insight into laravel-domain-commands implemented functionality, and help decide if they suit your requirements.
- Register package commands .
- Get the default namespace .
- Get the enum stub .
- Get the options for the command .
- Get root namespace .
- Get application path .
- Register plugin .
Get all kandi verified functions for this library.
laravel-domain-commands Key Features
No Key Features are available at this moment for laravel-domain-commands.
laravel-domain-commands Examples and Code Snippets
{
"autoload": {
"psr-4": {
"App\\" : "app/App/",
"Domain\\" : "app/Domain/",
"Support\\" : "app/Support/"
},
"classmap": [
"database"
],
"files": [
php artisan domain:action CreateUserAction -d User
php artisan domain:dto UserData -d User
php artisan domain:enum UserType -d User
php artisan domain:event UserCreated -d User
php artisan domain:model User -d User
php artisan domain:observer Us
composer require signifly/laravel-domain-commands
php artisan vendor:publish --tag="domain-commands-config"
Community Discussions
No Community Discussions are available at this moment for laravel-domain-commands.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install laravel-domain-commands
You can install the package via composer:. The package will automatically register itself.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page