What is fillable in laravel model?



What is fillable in laravel model?..

Answer / Magan Singh

fillable is a property in Laravel Eloquent models that defines the attributes which are mass assignable. This means you can set these properties directly when creating or updating records.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

List the software’s included in laravel homestead?

1 Answers  


How to install laravel via laravel installer.

1 Answers  


How to run a php file in laravel?

1 Answers  


How to get cookies in laravel?

1 Answers  


Tell me does laravel support caching?

1 Answers  


explain how to add a middleware in route group?

1 Answers  


What is the best way to learn laravel?

1 Answers  


What is ajax in laravel?

1 Answers  


What is composer tool?

1 Answers  


Is react a library or a framework?

1 Answers  


What is reverse path multicasting?

1 Answers  


What is the purpose of using dd() function iin laravel?

1 Answers  


Categories