-
Notifications
You must be signed in to change notification settings - Fork 0
sdon2/laravel-dynamic-model
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Dynamic Model for Laravel =========================== Install: composer require sdon2/laravel-dynamic-model Important Note: It requires doctrine/dbal package to be installed. Now you can access dynamic tables by extending DynamicModel using the constructor. Example: use Sdon2\Laravel\DynamicModel; class SampleTable extends DynamicModel { public function __construct($attributes = []) { parent::__construct('dynamic_table_1', $attributes); } } Refer: https://github.com/sdon2/laravel-dynamic-model
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published