Skip to content

Model maker for Laravel when connected to a MySQL database

License

Notifications You must be signed in to change notification settings

awkwardideas/ModelMaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ModelMaker: MySQL to Laravel Model Generatoror

Latest Stable Version Total Downloads Latest Unstable Version License

Install Via Composer

composer require awkwardideas/modelmaker

Add to Laravel App Config

/*
 * Package Service Providers...
 */ 
AwkwardIdeas\ModelMaker\ModelMakerServiceProvider::class,
//

Commands via Artisan

Command line actions are done via artisan. The host, username, password from the .env file are used for making the connection.

php artisan modelmaker:clean

Removes all model maker files from the app/models folder

Options:

--force Bypass confirmations

php artisan modelmaker:generate

Create migration files using the database information in .env

Options:

--from= Database to migrate from --namespace= Defaults to App, but if provided will output with provided namespace --connection= If provided, adds connection reference to model. Use for multi database situations.

About

Model maker for Laravel when connected to a MySQL database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages