-
Member
What are fillables?
What are fillables in laravel? what they are used?
-
Senior Member
Fillable forms are versions of frequently used and/or modified documents that are available in electronic format for easy editing. Each form is a Microsoft word document formatted and locked to allow you to easily enter your data.
Corporate Gifts
-
Member
Fillable is an array which hold some specific field of table that can filled by the using mass assignment. Mass assignment is that when you send an array to the model, a bunch of fields on the model go in a single way, rather than one by one.
For e.g- you have 'employee' table, with fields "employee_type, e_first_name, e_last_name, birthdate, gender". You may want to mass assign "e_first_name, e_last_name, birthdate, sex" but you have to protect employee_type from being directly changed. That's where fillable and guarded take into place.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks