serverfireteam / panel

An easily configurable admin panel for Laravel applications.
MIT License
427 stars 144 forks source link

some changes #394

Closed RezaAb closed 5 years ago

RezaAb commented 5 years ago

remove unusable links in views change all docs links to github add new admin field for saving extra data in json format some changes in admin model and created some scope add a new function for checking existing links on Link model

AlirezaAlgo commented 5 years ago

why you added a new field in admin table?

RezaAb commented 5 years ago

why you added a new field in admin table?

It is for some extra data that we don't need to save them on a column. like admin's picture and more data. I will update it in my next pull request.