Laravel 10 โ€“ 11
PHP 8.2+
No release in over 2 years
Low commit activity in last 18 months
Cycle-ORM Entity Factories and Database Seeders for Laravel.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

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

Runtime

butschster/entity-faker
^2.0
fakerphp/faker
^1.22
^10.13 || ^11.0
laminas/laminas-hydrator
^4.14
 Project Readme



Build Status Total Downloads Latest Stable Version Software License Commits since latest release

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!

Screenshot

๐Ÿ’ฟ 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

Licence


๐Ÿ™†๐Ÿผโ€โ™‚๏ธ Author Information

Created in 2023 by lotyp / wayofdev