Laravel-Backpack / LangFileManager

A quick interface to edit Laravel language files, for Backpack.
http://backpackforlaravel.com
MIT License
92 stars 42 forks source link

General error: 1364 Field 'app_name' doesn't have a default value #26

Closed techtichub closed 7 years ago

techtichub commented 7 years ago

When creating a new language, it is showing default value error for column 'app_name'

screenshot_1 we should add default value for 'app_name' column

tabacitu commented 7 years ago

@Ghitu ? any ideas?

Ghitu commented 7 years ago

@techtichub @tabacitu just remove the filed from table. It is not used. I've updated the migration and seed.

ghost commented 6 years ago

Add this field to the $fillable array in your model.

aguywithnojob commented 6 years ago

you should go to your model file and add $fillable array in it for this column too...