Download the PHP package a2workspace/laravel-model-builder without Composer
On this page you can find all versions of the php package a2workspace/laravel-model-builder. 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-builder
Laravel Model Builder
ModelBuilder
提供創見複雜資料的模型生成器。
- 快速開始
- 安裝
- 寫一個模型生成器
- 定義如何製作模型
- 修改器方法 (Accessors & Mutators)
快速開始
一個簡單範例:
安裝
寫一個模型生成器
要創見一個新的模型生成器,可以執行 make:builder
artisan 命令:
定義如何製作模型
在 make()
方法中初始化並定義模型的屬性。
修改器方法
ModelBuilder
有提供類似於 Model
的修改器方法。詳細參考官方文件 Accessors & Mutators。
驗證
在 create()
時會進行驗證。
All versions of laravel-model-builder with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0
The package a2workspace/laravel-model-builder contains the following files
Loading the files please wait ....