Download the PHP package bydls/laravel-model without Composer
On this page you can find all versions of the php package bydls/laravel-model. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-model
laravel-model
模块初始化
用途:
一键快速生成指定的Model层实例。
指定框架:
laravel
使用方法:
-
安装组件
-
注册服务(bootstrap/app.php)
-
查看命令
看到如下提示:
快速生成model实类的命令:
执行完毕,在app/Models 下生成一个对应的文件 AccountBank.php,内容如下:
参考文件:
[^https://github.com/krlove/eloquent-model-generator]: [^https://learnku.com/docs/laravel/6.x/migrations/5173]:
All versions of laravel-model with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
illuminate/database Version ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0
illuminate/support Version ^5.0 || ^6.0|| ^7.0 || ^8.0 || ^9.0
illuminate/config Version ^5.0 || ^6.0|| ^7.0 || ^8.0 || ^9.0
illuminate/console Version ^5.0 || ^6.0|| ^7.0 || ^8.0 || ^9.0
illuminate/database Version ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0
illuminate/support Version ^5.0 || ^6.0|| ^7.0 || ^8.0 || ^9.0
illuminate/config Version ^5.0 || ^6.0|| ^7.0 || ^8.0 || ^9.0
illuminate/console Version ^5.0 || ^6.0|| ^7.0 || ^8.0 || ^9.0
The package bydls/laravel-model contains the following files
Loading the files please wait ....