Download the PHP package tarre/beyond-crud-helpers without Composer
On this page you can find all versions of the php package tarre/beyond-crud-helpers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tarre/beyond-crud-helpers
More information about tarre/beyond-crud-helpers
Files in tarre/beyond-crud-helpers
Download tarre/beyond-crud-helpers
More information about tarre/beyond-crud-helpers
Files in tarre/beyond-crud-helpers
Vendor tarre
Package beyond-crud-helpers
Short Description Helper commands for "Laravel Beyond Crud"
License MIT
Package beyond-crud-helpers
Short Description Helper commands for "Laravel Beyond Crud"
License MIT
Please rate this library. Is it a good library?
Informations about the package beyond-crud-helpers
About beyond-crud-helpers
This package has many helper commands for the Laravel BEyond CRUD project by Spatie
Installation
composer require --dev tarre/beyond-crud-helpers
php artisan vendor:publish --provider=Tarre\\BeyondCrudHelpers\\ServiceProvider
- checkout
config/beyond-crud-helper.php
but default is OK
Usage
php artisan mmake:
double M
Available commands
The command parameter table
requires doctrine/dbal
New
mmake:dto {name} {location?} {--table=} {--collection} {--force}
mmake:action {name} {location?} {--construct} {--force}
Experimental
mmake:model-getter-migration {model} {location}
(This is an attempt to create actions for all your getters for a given model)
Traditional
mmake:controller {name} {location?} {--invoke} {--api} {--model=} {--force}
mmake:event {name} {location?} {--model=} {--force}
mmake:exception {name} {location?} {--force}
mmake:job {name} {location?} {--model=} {--force}
mmake:listener {name} {location?} {--force}
mmake:model {name} {location?} {--table=} {--force}
mmake:notification {name} {location?} {--model=} {--force}
mmake:observer {name} {location?} {--model=} {--force}
mmake:policy {name} {location?} {--model=} {--force}
mmake:query {name} {location?} {--model=} {--force}
mmake:request {name} {location?} {--force}
mmake:resource {name} {location?} {--collection} {--force}
mmake:rule {name} {location?} {--force}
All versions of beyond-crud-helpers with dependencies
PHP Build Version
Package Version
The package tarre/beyond-crud-helpers contains the following files
Loading the files please wait ....