A package is a self-contained module that encapsulates specific features or functionality in Bagisto. This comprehensive skill covers all aspects of package development from structure to advanced features.
| $table | Database table name (use package prefix) | | $fillable | Mass-assignable fields | | $guarded | Fields that cannot be mass-assigned | | $dates | Date columns | | $casts | Type casting | | $with | Eager loading relationships |
Bagisto uses the Prettus L5 Repository package for data access abstraction.
Paketentwicklung in Bagisto. Wird beim Erstellen von Paketen, Migrationen, Modellen, Repositorys, Routen, Controllern, Ansichten, Lokalisierung, DataGrid, Menüs, ACL oder Systemkonfiguration aktiviert. Verwenden Sie Verweise auf Fähigkeiten für bestimmte Bereiche: @core, @data, @ui, @features. Quelle: bagisto/agent-skills.