LaravelDaily / quickadmin

Quick adminpanel builder package for Laravel 5
MIT License
600 stars 193 forks source link

I have the table user already created #113

Closed jiac0911 closed 7 years ago

jiac0911 commented 7 years ago

I want to implement the admin panel but I already have an users table this table doesn't have the remember toke, and instead of rol_id y have a column called tipo_usuario_id (it has the same goal but this database is in spanish) so I instead of roles table i have tipo_usuarios table, and I have a lot of different problems like that, so can I adapt it or it is just imposible?

PovilasKorop commented 7 years ago

@jiac0911 one sentence from Readme file: "Please note: QuickAdmin requires fresh Laravel installation and is not suitable for use on already existing project."