| Package Data | |
|---|---|
| Maintainer Username: | awkwardideas |
| Maintainer Contact: | chad@awkwardideas.com (Chad Haney) |
| Package Create Date: | 2016-02-23 |
| Package Last Update: | 2016-11-01 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-21 15:12:01 |
| Package Statistics | |
|---|---|
| Total Downloads: | 25 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 2 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
composer require awkwardideas/modelmaker
/*
* Package Service Providers...
*/
AwkwardIdeas\ModelMaker\ModelMakerServiceProvider::class,
//
Command line actions are done via artisan. The host, username, password from the .env file are used for making the connection.
Removes all model maker files from the app/models folder
Options:
--force Bypass confirmations
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.