An open API service indexing awesome lists of open source software.

https://github.com/geeksdevelop/sqlmodel

Package to generate the models using the structure of the database tables
https://github.com/geeksdevelop/sqlmodel

database laravel model php sql

Last synced: about 2 months ago
JSON representation

Package to generate the models using the structure of the database tables

Awesome Lists containing this project

README

          

# Laravel SQL Models

## Installation
```bash
composer require
```
### Service Provider

Add the package to your application service providers in `config/app.php` file.

```php
'providers' => [
/*
* Package Service Providers...
*/
Geeksdevelop\
],
```