PHPackages                             cardosso4/generate-model - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. cardosso4/generate-model

ActiveLibraty[Framework](/categories/framework)

cardosso4/generate-model
========================

Model generator for the laravel framework

v0.0.5(1y ago)4659MITPHPPHP ^7.0 | ^8.0

Since Jun 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/cardosso4/generate-model)[ Packagist](https://packagist.org/packages/cardosso4/generate-model)[ RSS](/packages/cardosso4-generate-model/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (3)Versions (6)Used By (0)

[![Laravel Logo](https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg)](https://laravel.com)

### This library aims to facilitate the creation of the model file with the necessary data as shown in the example below.

[](#this-library-aims-to-facilitate-the-creation-of-the-model-file-with-the-necessary-data-as-shown-in-the-example-below)

This library supports the databases.
====================================

[](#this-library-supports-the-databases)

- Mysql

How to execute:
---------------

[](#how-to-execute)

- To run this command, run in the terminal: php artisan generate:model {table\_name}
- This command can be found in PHP artisan command list

---

Example of the result
---------------------

[](#example-of-the-result)

```
