Laravel Framework makes connecting with databases and running DDL, DML queries very simple across a varieties of database back-ends. At the time of writing this post in late 2018, Laravel is at version 5.6, core Laravel framework supports four database systems and with the support of third party plugins available, Laravel makes it easy to connect most of the popular Relational Database Management System,
such as:
with the help of third party plugins Its also possible to connect popular NoSQL Databases with Laravel framework , such as:
- MongoDB
- Firebase
- Cassandra
- Redis
- Apache HBase
Laravel Database Configuration
Laravel makes connecting with databases and running queries extremely simple. The database configuration for your application is located at root/config/database.php
. In this file you may define all of your database connections, as well as specify which connection should be used by default. Configuration Examples for all of the supported database systems are provided in this file.
if you have any questions regarding laravel database Connection and Configuration, please feel free to leave your comment bellow.
Be the first one to write a response :(
{{ reply.member.name }} - {{ reply.created_at_human_readable }}