Programmer Lab
  • Home
  • PHP | Mysql | Laravel
  • Post Question
  • Doctrine

How to create migration using multiple database in laravel ?

DWQA Questions › Category: Laravel › How to create migration using multiple database in laravel ?
0 Vote Up Vote Down
kandy Staff asked 6 years ago
Example
Schema
::connection('mysql2')->create('some_table', function($table) { $table->increments('id'): });

 

Question Tags: migration
July 2022
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031
« Nov    

Tags


bitbucket codeIgniter doctrine git Hash html to pdf lar laravel5 laravel5.1 installation laravel5.2 multi auth laravel 5.2 multi language laravel mysql ORM remove public from URL version control

Popular Questions


  • How to Remove public from URL and remove index.php from URL in laravel ? Step by step solution. asked by
  • How to use PHPMailer in laravel ? asked by kandy
  • How to Integrate multi language in larave5.2 ? asked by
  • Install MySql 5.7 , MySql 5.6 or MySql 5.5 on ubuntu? asked by kandy
  • How to create or use multi Auth in laravel 5.2 ? asked by
Programmer LAB all right reserved 2017 www.programmerlab.com
  • Home
  • PHP | Mysql | Laravel
  • Post Question
  • Doctrine