wayofdev / laravel-cycle-orm-factories
Cycle-ORM Entity Factories and Database Seeders for Laravel.
Package info
github.com/wayofdev/laravel-cycle-orm-factories
pkg:composer/wayofdev/laravel-cycle-orm-factories
Fund package maintenance!
v1.2.0
2024-06-13 14:46 UTC
Requires
- php: ^8.2
- butschster/entity-faker: ^2.0
- fakerphp/faker: ^1.22
- laminas/laminas-hydrator: ^4.14
- laravel/framework: ^10.13 || ^11.0
Requires (Dev)
- ergebnis/composer-normalize: ^2.31
- nunomaduro/larastan: ^2.6
- orchestra/testbench: ^8.5
- pestphp/pest: ^2.6
- pestphp/pest-plugin-laravel: ^2.0.0
- phpstan/extension-installer: ^1.3
- phpstan/phpstan: ^1.10
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-phpunit: ^1.3
- phpstan/phpstan-strict-rules: ^1.5
- phpunit/phpunit: ^10.2
- roave/security-advisories: dev-latest
- wayofdev/cs-fixer-config: ^1.2
- wayofdev/laravel-cycle-orm-adapter: ^4.0
This package is auto-updated.
Last update: 2026-06-23 18:48:28 UTC
README
Laravel Package Template
This is minimal Laravel template which is used by other PHP projects in wayofdev organization.
If you like/use this package, please consider starring it. Thanks!
๐ฟ Installation
โ Using composer
Require as dependency:
$ composer req wayofdev/laravel-cycle-orm-factories
๐งช Running Tests
โ PHPUnit tests
To run tests, run the following command:
$ make test
โ Static Analysis
Code quality using PHPStan:
$ make stan
โ Coding Standards Fixing
Fix code using The PHP Coding Standards Fixer (PHP CS Fixer) to follow our standards:
$ make cs-fix
๐ค License
๐๐ผโโ๏ธ Author Information
Created in 2023 by lotyp / wayofdev
