dwijitsolutions / laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like Advanced CRUD Generation, Module Manager, Backups and many more.
http://laraadmin.com
MIT License
1.58k stars 537 forks source link

A lot of problems extending Laraadmin #267

Open priverop opened 6 years ago

priverop commented 6 years ago

Hello,

I'm extending Laraadmin as the docu says (adding my forked repo + 'dev-master').

And now I find a lot of problems that I didn't find before, same environment. Adding a new field to an already created module:

QueryException in Connection.php line 770: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'listing_col' in 'field list' (SQL: insert into module_fields (colname, label, module, field_type, unique, defaultvalue, minlength, maxlength, required, listing_col, popup_vals, updated_at, created_at) values (test, Test, 12, 1, 0, , 0, 256, 0, 0, , 2018-01-05 13:09:07, 2018-01-05 13:09:07))