class Product extends Eloquent{
protected $connection = 'beta';
}
Also, models should be singular, so User, rather than Users.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community