Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Add sql views (in addition to tables) to Crud list to be able to create Crud on such entities.
Describe alternatives you've considered
1) Create "as needed" a table from the sql view and create a Crud on this table.
Ok with few data or data don't change often
OR
2)
Create an eloquent model of this sql view.
Create an empty table image of the sql view.
Create a Crud on this table and set the model.
Ok with Eloquent Model (not query builder)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Is your feature request related to a problem? Please describe. No
Describe the solution you'd like Add sql views (in addition to tables) to Crud list to be able to create Crud on such entities.
Describe alternatives you've considered 1) Create "as needed" a table from the sql view and create a Crud on this table. Ok with few data or data don't change often
OR
2) Create an eloquent model of this sql view. Create an empty table image of the sql view. Create a Crud on this table and set the model. Ok with Eloquent Model (not query builder)