devesharp / php
There is no license information available for the latest version (3.1.46) of this package.
3.1.46
2022-07-04 21:19 UTC
Requires
- php: >=8.0
- ext-json: *
- cebe/php-openapi: ^1.5
- illuminate/database: ~5.0|~6.0|~7.0|^8.0
Requires (Dev)
- orchestra/testbench: ^6.4
- phpunit/phpunit: ^9
- spatie/phpunit-watcher: ^1.23
This package is auto-updated.
Last update: 2026-06-05 06:08:03 UTC
README
Console
Comandos para criar classes rápidas:
# Criar todos as classes php artisan ds:all # Criar serviço php artisan ds:service # Criar repositório php artisan ds:repository # Criar validator php artisan ds:validator # Criar Policy php artisan ds:policy # Criar transfomer php artisan ds:transfomer