Support the ongoing development of Laravel.io →

JohnathonKoster

Joined 26 May 2014

Statistics

Threads 0
Replies 26
Solutions 2
Articles 0

johnathonkoster has not posted any threads yet

replied 8 years ago

Create new database and tables on the fly

@robjt, you are correct that PDO does not allow you to bind parameters with a create database query;...

0 Likes
replied 9 years ago

How to use Migrations to Set different tables in different databases

You can create different folders for some of the migrations such as shared or however you want and u...

0 Likes
replied 9 years ago

Running migrations on different databases.

Nice looking package. And yes, I've used that method successfully with the command line.

0 Likes
replied 9 years ago

Running migrations on different databases.

The config settings can be modified at run time (the changes don't persist between connections or wr...

0 Likes
replied 9 years ago

Validation rules and multiple DB connections

You probably just need to tell the Validator what connection you are using. This can be done using t...

0 Likes
Solved

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.