LaravelPackages.net
Acme Inc.
Toggle sidebar
arqel-dev/actions

Action invocation primitives for Arqel — row, bulk, toolbar, header actions with confirmation, forms, authorization.

21
0
0.19.0
About arqel-dev/actions

arqel-dev/actions is a Laravel package for action invocation primitives for arqel — row, bulk, toolbar, header actions with confirmation, forms, authorization.. It currently has 0 GitHub stars and 21 downloads on Packagist (latest version 0.19.0). Install it with composer require arqel-dev/actions. Discover more Laravel packages by arqel-dev or browse all Laravel packages to compare alternatives.

Last updated

arqel-dev/actions

License PHP Laravel Status

Pacote de Actions para o ecossistema Arqel — row, bulk, toolbar e header actions com confirmação, formulário inline e authorization.

Status

Alpha — a classe base Action, os tipos concretos em src/Types/ (RowAction, BulkAction, ToolbarAction, HeaderAction), os concerns e o ActionController entregues.

Convenções

  • declare(strict_types=1) em todos os ficheiros PHP
  • Classes final por default; Action é abstract
  • Tipos concretos em src/Types/, traits em src/Concerns/
Comments