PHPackages                             quickclack/database-filler - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. quickclack/database-filler

ActiveLibrary[Database &amp; ORM](/categories/database)

quickclack/database-filler
==========================

This package for creating and running fillers on laravel projects

1.0.0(2y ago)028MITPHPPHP ^8.0.2|^8.1

Since Jun 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/quickclack/database-filler)[ Packagist](https://packagist.org/packages/quickclack/database-filler)[ RSS](/packages/quickclack-database-filler/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Laravel database filler
=======================

[](#laravel-database-filler)

[Quickclack/Fillers](https://packagist.org/packages/quickclack/database-filler)

This package will help you update database data using php classes

Installation
------------

[](#installation)

```
composer require quickclack/database-filler:dev-master

```

Usage
-----

[](#usage)

- php artisan migrate
- create directory fillers in ./database
- php artisan make:filler UpdateProductPriceFiller

```
