Custom query table
How can I create a custom Table using a custom query (loading records through a stored procedure).
I need to add this table to a page. I tried to add the query to the table but the method needs an Eloquent query builder instead of a plain query builder.
Is this possible, is anyone doing this?
I need to add this table to a page. I tried to add the query to the table but the method needs an Eloquent query builder instead of a plain query builder.
Is this possible, is anyone doing this?