-
Notifications
You must be signed in to change notification settings - Fork 1
Admin Panel
Joseph Mancuso edited this page Dec 13, 2017
·
3 revisions
The admin panel is designed to quickly CRUD your applications on your models.
The admin panel will grab all the models inside your application/models/models.php
file and add them to the panel. You can then browse the tables data and update records.
Delete and create will be added in future versions