Download the PHP package deinternetjongens/laravel-api-factories without Composer
On this page you can find all versions of the php package deinternetjongens/laravel-api-factories. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download deinternetjongens/laravel-api-factories
More information about deinternetjongens/laravel-api-factories
Files in deinternetjongens/laravel-api-factories
Package laravel-api-factories
Short Description This package provides the database factory experience to fake Http calls in your testsuite
License MIT
Homepage https://github.com/deinternetjongens/laravel-api-factories
Informations about the package laravel-api-factories
Laravel Api Factories
This package provides the database factory experience to fake Http calls in your testsuite
Installation
You can install the package via composer:
Usage
Generate Api factories
The new api factory class will be placed in your tests/Factories directory.
Configure api factory
The api factories look moslty the same as the Laravel database factories, except it extend the ApiFactory
class and
you don't need to specify a model.
Use api factory
Testing
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Kevin Pijning
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-api-factories with dependencies
spatie/laravel-package-tools Version ^1.11
illuminate/contracts Version ^8.37|^9.0|^10.0|^11.0