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
- Host: GitHub
- URL: https://github.com/geeksdevelop/sqlmodel
- Owner: geeksdevelop
- Created: 2017-05-13T13:05:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-13T15:54:15.000Z (about 9 years ago)
- Last Synced: 2025-12-14T18:06:55.476Z (6 months ago)
- Topics: database, laravel, model, php, sql
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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\
],
```