Skip to content

windcloudit/generate_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel generate code

An artisan command to generate service, provider, action, controller, unit test

How to install

Config yur composer.json

    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/windcloudit/laravel-git-sniffer.git"
        },
        {
            "type": "git",
            "url": "https://github.com/windcloudit/generate_code.git"
        }
    ],

Config in require-dev

    "require-dev": {
        "windcloud/generate-code": "^1.0.0"
    },

Add the provider to app config (You don't need to do this if using Laravel >= 5.5)

WindCloud\GenerateCode\GenerateCodeServiceProvider

Use artisan to publish the config

php artisan vendor:publish --provider="WindCloud\GenerateCode\GenerateCodeServiceProvider" --tag=config

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages