laravel-domain-commands | Artisan commands to scaffold DDD classes in your Laravel app

 by   signifly PHP Version: v0.0.8 License: MIT

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.
Support
    Quality
      Security
        License
          Reuse

            kandi-support 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.
              OutlinedDot
              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

            kandi-Quality Quality

              laravel-domain-commands has 0 bugs and 4 code smells.

            kandi-Security 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.

            kandi-License 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.

            kandi-Reuse 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

            Laravel Domain Commands
            PHPdot img1Lines of Code : 15dot img1License : Permissive (MIT)
            copy iconCopy
            {
                "autoload": {
                    "psr-4": {
                        "App\\" : "app/App/",
                        "Domain\\" : "app/Domain/",
                        "Support\\" : "app/Support/"
                    },
                    "classmap": [
                        "database"
                    ],
                    "files": [
                        
            Laravel Domain Commands,Basic Usage
            PHPdot img2Lines of Code : 8dot img2License : Permissive (MIT)
            copy iconCopy
            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  
            Laravel Domain Commands,Installation
            PHPdot img3Lines of Code : 2dot img3License : Permissive (MIT)
            copy iconCopy
            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:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link