Skip to content

doodoori2/larry-four-generator

 
 

Repository files navigation

Larry Four - The Laravel 4 Model & Migration Generator

This project is forked from Larry.

implement just one method for generate models from existing tables. Use it as follows:

larry:fromdbwithmodel

php artisan larry:fromdbwithmodel

The tables that Larry processes can be altered by specifying the only and except options to the command.

Below are certain points to note:

larry:fromdbwithmodel just make skeleton model files. The method do not convert relationship data. (yet)

If same model name exists in /app/models directory, the file will be overwritten.

The other commands are same with Larry.

About

Larry Laravel Generator For Laravel Four

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%