LaravelPackages.net
Acme Inc.
Toggle sidebar
chicongst/porto

Easy to make Action and Task

7
0
v1.0.2
About chicongst/porto

chicongst/porto is a Laravel package for easy to make action and task. It currently has 0 GitHub stars and 7 downloads on Packagist (latest version v1.0.2). Install it with composer require chicongst/porto. Discover more Laravel packages by chicongst or browse all Laravel packages to compare alternatives.

Last updated

Laravel Porto Generator

Easy to make Action and Taks with Porto structure.

Install

composer require chicongst/porto

Config

You may want to save the root of your project folder out of the app and add another namespace, for example

    'namespace'=> 'App\\Containers\\',
    'generator'=>[
        'action-stub' => app_path('stubs/action.stub'),
        'task-stub' => app_path('stubs/task.stub')
    ]

Commands

To generate everything you need, run this command:

php artisan porto:action Service/ActionName php artisan porto:task Service/TaskName

Publish Configuration

php artisan vendor:publish --provider="Chicongst\Porto\ServiceProvider"

Star History Chart