Giter Club home page Giter Club logo

laravel-data-faker's Introduction

1. Introduction:

Data Faker module provides fake Data for bagisto . This allows us to generate fake data that can be populated into the database during development for testing purposes.

By using this, you can generate fake data for the bagisto product and customer and categories.

It packs some feature:

  • The user can create Product fake data.

  • The user can create Users fake data.

  • The user can create some Category fake data.

  • The user can create Product Category fake data.

2. Requirements:

  • Bagisto: v0.1.6 or higher.

3. Installation:

  • Unzip the respective extension zip and then merge "packages" folders into project root directory.
  • Goto config/app.php file and add following line under 'providers'
Webkul\DataFaker\Providers\DataFaker::class
  • Goto composer.json file and add following line under 'psr-4'
"Webkul\\DataFaker\\": "packages/Webkul/DataFaker/src"
  • Run these commands below to complete the setup
composer dump-autoload
composer require mbezhanov/faker-provider-collection
php artisan migrate
php artisan db:seed --class="Webkul\DataFaker\Database\Seeders\DatabaseSeeder"
php artisan vendor:publish

-> Press 0 and then press enter to publish all assets and configurations.

now execute the project on your specified domain.

laravel-data-faker's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.