├── CHANGELOG.md ├── LICENSE.md ├── README.md ├── composer.json └── src ├── DynamicModel.php ├── DynamicModelException.php ├── DynamicModelFactory.php ├── DynamicModelInterface.php └── LaravelDynamicModelServiceProvider.php /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laracraft-tech/laravel-dynamic-model/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laracraft-tech/laravel-dynamic-model/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laracraft-tech/laravel-dynamic-model/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laracraft-tech/laravel-dynamic-model/HEAD/composer.json -------------------------------------------------------------------------------- /src/DynamicModel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laracraft-tech/laravel-dynamic-model/HEAD/src/DynamicModel.php -------------------------------------------------------------------------------- /src/DynamicModelException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laracraft-tech/laravel-dynamic-model/HEAD/src/DynamicModelException.php -------------------------------------------------------------------------------- /src/DynamicModelFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laracraft-tech/laravel-dynamic-model/HEAD/src/DynamicModelFactory.php -------------------------------------------------------------------------------- /src/DynamicModelInterface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laracraft-tech/laravel-dynamic-model/HEAD/src/DynamicModelInterface.php -------------------------------------------------------------------------------- /src/LaravelDynamicModelServiceProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laracraft-tech/laravel-dynamic-model/HEAD/src/LaravelDynamicModelServiceProvider.php --------------------------------------------------------------------------------