devesharp / php
Installs: 1 681
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
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
- dev-develop
- 3.1.46
- 3.1.45
- 3.1.44
- 3.1.43
- 3.1.42
- 3.1.41
- 3.1.40
- 3.1.39
- 3.1.38
- 3.1.37
- 3.1.36
- 3.1.35
- 3.1.34
- 3.1.33
- 3.1.32
- 3.1.31
- 3.1.30
- 3.1.29
- 3.1.28
- 3.1.27
- 3.1.26
- 3.1.25
- 3.1.24
- 3.1.23
- 3.1.22
- 3.1.21
- 3.1.20
- 3.1.19
- 3.1.18
- 3.1.17
- 3.1.16
- 3.1.15
- 3.1.14
- 3.1.13
- 3.1.12
- 3.1.11
- 3.1.10
- 3.1.9
- 3.1.8
- 3.1.7
- 3.1.6
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.3.0
- 2.2.7
- 2.2.6
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0
- 1.0.1
- 1.0.0
This package is auto-updated.
Last update: 2024-11-05 02:21:49 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