soyhuce/laravel-8-factories

Laravel 8 factories for Laravel 7
2,278 3
Install
composer require soyhuce/laravel-8-factories
Latest Version:0.2.1
PHP:^7.3|^8.0
License:MIT
Last Updated:Jan 22, 2021
Links: GitHub  ·  Packagist
Maintainer: SoyHuCe

Laravel 8 model factories for Laravel 7

Latest Version on Packagist Total Downloads

This package is an extraction of class-based Laravel 8 model factories in order to use them in Laravel 7.

Installation

You should install this package using composer :

composer require --dev soyhuce/laravel-8-factories

Then, publish factory stub

mkdir -p stubs
cp vendor/soyhuce/laravel-8-factories/assets/factory.stub stubs/factory.stub

Add in your composer.json autoload-dev psr-4 configuration

"autoload-dev": {
    "psr-4": {
        "Database\\Factories\\": "database/factories"
    }
},

Documentation

There is not documentation yet but feel free to contribute in laravel/doc repository.

Bugs

The only goal of this project is being able to use Laravel 8 model factories. If it has some bugs, please report them in laravel/framework.

Contributing

You can contribute on model factories directly on laravel/framework.

If this package needs to be updated, feel free to PR. A composer update-sources command is available for this.

Related Packages

gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

631,580,251 9,707
laravel/framework

The Laravel Framework.

580,311,802 34,925
laravel/tinker

Powerful REPL for the Laravel framework.

489,754,436 7,444