Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Here's some more commands for you all #20

Open
ghost opened this issue Sep 23, 2017 · 1 comment
Open

Here's some more commands for you all #20

ghost opened this issue Sep 23, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 23, 2017

[
    {
        "caption": "Laravel Artisan 5: Fresh Migrate",
        "command": "laravel5_artisan",
        "args": {
            "command": "migrate:fresh",
        }
    },
    {
        "caption": "Laravel Artisan 5: Make Resource Model",
        "command": "laravel5_artisan",
        "args": {
            "command": "make:model -a",
            "fill_in": true,
            "fill_in_lable": "Enter the resource name"
        }
    },
    {
        "caption": "Laravel Artisan 5: Make Notifications Table",
        "command": "laravel5_artisan",
        "args": {
            "command": "notifications:table",
        }
    },
    {
        "caption": "Laravel Artisan 5: Make Policy",
        "command": "laravel5_artisan",
        "args": {
            "command": "make:policy",
            "fill_in": true,
            "fill_in_lable": "Enter the Policy name"
        }
    },
    {
        "caption": "Laravel Artisan 5: Make Email",
        "command": "laravel5_artisan",
        "args": {
            "command": "make:mail",
            "fill_in": true,
            "fill_in_lable": "Enter the mail name"
        }
    },
    {
        "caption": "Laravel Artisan 5: Make Rule",
        "command": "laravel5_artisan",
        "args": {
            "command": "make:rule",
            "fill_in": true,
            "fill_in_lable": "Enter the rule name"
        }
    },
]
@xudong7930
Copy link

xudong7930 commented Jan 12, 2018

this can be useful, can add more custom laravle 5.5 new command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant