https://github.com/noud/applications
Applications
https://github.com/noud/applications
Last synced: 5 months ago
JSON representation
Applications
- Host: GitHub
- URL: https://github.com/noud/applications
- Owner: noud
- Created: 2020-02-20T06:34:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-21T08:27:01.000Z (over 6 years ago)
- Last Synced: 2025-06-21T10:41:55.442Z (12 months ago)
- Size: 131 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Applications
## Application types
## [Entity-Relationship Diagram](https://en.wikipedia.org/wiki/Entity–relationship_model)

This ERD is made with [Database schema designer](https://github.com/Agontuk/schema-designer).
## Code generation
### [Laravel Migrations](https://laravel.com/docs/master/migrations) to [SQL](https://en.wikipedia.org/wiki/SQL)
```
php artisan migrate
```
### [SQL](https://en.wikipedia.org/wiki/SQL) to [Eloquent Models](https://laravel.com/docs/master/eloquent)
```
php artisan code:models
```
In the target project development environment this shell script is part of the [Reliese](https://github.com/reliese/laravel) [Laravel](https://github.com/laravel/laravel) package.