Skip to content

It allows you to generate automatically service file for each database tables.

License

Notifications You must be signed in to change notification settings

warfee/service-files-generator

Repository files navigation

Laravel Service Files Generator

It allows you to generate automatically service file for each database tables.

Installation

Install warfee/service-files-generator with composer

  composer require warfee/service-files-generator

Put library path to application service provider file

  Warfee\ServiceFilesGenerator\ServiceFilesGeneratorServiceProvider::class,

Usage

Running command. By default it will run from mysql connection.

Column : created_at, updated_at, deleted_at timestamp will be ignore. Timestamp will be use based on method action

Supported Driver : mysql,sqlite Implement Soft Delete : true, false

  php artisan service-generator:create

About

It allows you to generate automatically service file for each database tables.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages