Hello, We purchased a Laravel backpack for a specific project. We have established communication with another database from which we get the results of a SELECT which we want to display via a CRUD view to filter or export the data
P粉7575563552024-03-31 10:06:08
This controller does not extend CrudController. You're not using any backpack functionality there. See the Backpack documentation here: https://backpackforlaravel.com/ See the quickstart. p>
cheers