Leveraging CRUD operations on selected BBDD products and backpacks
P粉7859577292024-03-30 13:54:41
0
1
484
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
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>
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