Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
vendor
/
invoiceshelf
/
modules
/
src
/
Commands
/
stubs
:
model-20250317063610.stub
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace $NAMESPACE$; use Illuminate\Database\Eloquent\Model; use Illuminate\Database\Eloquent\Factories\HasFactory; class $CLASS$ extends Model { use HasFactory; protected $fillable = $FILLABLE$; protected static function newFactory() { return \$MODULE_NAMESPACE$\$MODULE$\Database\factories\$NAME$Factory::new(); } }