We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f7af8 commit 63cfa84Copy full SHA for 63cfa84
readme.md
@@ -9,18 +9,20 @@
9
## Introduction
10
11
Laravel Dynamic Model provides you with a model which can handle multiple database tables.
12
-*Warning*: this is only a good approach if you really know what your doing and you have no other option!
+
13
+**Warning**: this is only a good approach if you really know what your doing and you have no other option!
14
15
## Installation
16
-Dependencies
17
+### Dependencies
18
19
This package depends on Doctrine/DBAL, so make sure you have it or install it.
20
21
``` bash
22
$ composer require doctrine/dbal
23
```
24
-Package
25
+### Package
26
27
28
$ composer require sairahcaz/laravel-dynamic-model
0 commit comments