├── CHANGELOG.md ├── LICENSE.md ├── README.md ├── UPGRADE.md ├── composer.json └── src ├── Definition.php ├── Facades └── Factory.php ├── Factory.php ├── FactoryContract.php └── FactoryServiceProvider.php /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/illuminatech/array-factory/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/illuminatech/array-factory/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/illuminatech/array-factory/HEAD/README.md -------------------------------------------------------------------------------- /UPGRADE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/illuminatech/array-factory/HEAD/UPGRADE.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/illuminatech/array-factory/HEAD/composer.json -------------------------------------------------------------------------------- /src/Definition.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/illuminatech/array-factory/HEAD/src/Definition.php -------------------------------------------------------------------------------- /src/Facades/Factory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/illuminatech/array-factory/HEAD/src/Facades/Factory.php -------------------------------------------------------------------------------- /src/Factory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/illuminatech/array-factory/HEAD/src/Factory.php -------------------------------------------------------------------------------- /src/FactoryContract.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/illuminatech/array-factory/HEAD/src/FactoryContract.php -------------------------------------------------------------------------------- /src/FactoryServiceProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/illuminatech/array-factory/HEAD/src/FactoryServiceProvider.php --------------------------------------------------------------------------------