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

You don't need to import your database into Laravel, just set the connection details to the database in app/config/database and you can use the DB:: functionality.

Alternatively there is eloquent which is a great ORM that you can use to talk to your database. To use this you need to create models with the necessary table information.

All you need to know can be found in the documentation

http://laravel.com/docs/eloquent

Last updated 1 year ago.
0

Thanks a lot :)

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

maronvert maronvert Joined 23 Feb 2014

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.