Cycle-ORM Entity Factories and Database Seeders for Laravel.
wayofdev/laravel-cycle-orm-factories is a Laravel package for cycle-orm entity factories and database seeders for laravel..
It currently has 3 GitHub stars and 12.823 downloads on Packagist (latest version v1.2.0).
Install it with composer require wayofdev/laravel-cycle-orm-factories.
Discover more Laravel packages by wayofdev
or browse all Laravel packages to compare alternatives.
Last updated
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!

Require as dependency:
$ composer req wayofdev/laravel-cycle-orm-factories
To run tests, run the following command:
$ make test
Code quality using PHPStan:
$ make stan
Fix code using The PHP Coding Standards Fixer (PHP CS Fixer) to follow our standards:
$ make cs-fix
Created in 2023 by lotyp / wayofdev