Skip to content

royalcms/laravel-sql-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packagist License Total Downloads

LARAVEL SQL GENERATOR

Convert Laravel migrations to raw SQL scripts

Usage

Step 1: Install Through Composer

composer require "royalcms/laravel-sql-generator:^2.0"

Step 2: Add the Service Provider

Now add the following to the providers array in your config/app.php

\Royalcms\Laravel\SqlGenerator\SqlGeneratorServiceProvider::class,

Step 3: Now publish the vendor

php artisan vendor:publish

Step 4: Run command

Then you will need to run these commands in the terminal

php artisan sql:generate

This Will Generate "database.sql" in 'database/sql' directory If you want change path directory go to 'config/sql_generator.php' change value 'defaultDirectory'

About

Laravel migration to sql file generator

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%