Skip to content

Repository to create dataflow from the database using query builder.

Notifications You must be signed in to change notification settings

CeddyG/clara-dataflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clara dataflow

Installation

composer require ceddyg/clara-dataflow

Add to your providers in 'config/app.php'

CeddyG\ClaraDataflow\DataflowServiceProvider::class,

Then to publish the files.

php artisan vendor:publish --provider="CeddyG\ClaraDataflow\DataflowServiceProvider"

Use

About

Repository to create dataflow from the database using query builder.

Resources

Stars

Watchers

Forks

Packages

No packages published