Support the ongoing development of Laravel.io →
Database
Last updated 1 year ago.
0

Eloquent is very flexible, allowing you to configure to an existing database rather than using the Eloquent naming conventions. The documentation (http://laravel.com/docs/eloquent) describes the process very thoroughly. For example:

protected $primaryKey = 'your_primary_key';
protected $table = 'your_table_name';

Same goes for any relationships you setup.

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

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.