File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- # Reliese Laravel
1
+ # Laravel Model Generator
2
2
[ ![ Build Status] ( https://travis-ci.org/reliese/laravel.svg?branch=master )] ( https://travis-ci.org/reliese/laravel )
3
3
[ ![ Latest Stable Version] ( https://poser.pugx.org/reliese/laravel/v/stable )] ( https://packagist.org/packages/reliese/laravel )
4
4
[ ![ Total Downloads] ( https://poser.pugx.org/reliese/laravel/downloads )] ( https://packagist.org/packages/reliese/laravel )
5
5
[ ![ Latest Unstable Version] ( https://poser.pugx.org/reliese/laravel/v/unstable )] ( https://packagist.org/packages/reliese/laravel )
6
6
[ ![ License] ( https://poser.pugx.org/reliese/laravel/license )] ( https://packagist.org/packages/reliese/laravel )
7
7
8
- Reliese Laravel is a collection of Laravel Components which aim is
9
- to help the development process of Laravel applications by
10
- providing some convenient code-generation capabilities.
8
+ Laravel Model Generator aims to speed up the development process of Laravel applications by
9
+ providing some convenient code-generation capabilities.
10
+ The tool inspects your database structure, including column names and foreign keys, in order
11
+ to automatically generate Models that have correctly typed properties, along with any relationships to other Models.
11
12
12
13
## How does it work?
13
14
You can’t perform that action at this time.
0 commit comments