laravel-generator
laravel-generator copied to clipboard
[Feature]: Generate DataTable from a sql view rather than a table
◦ Not directly passible (2021-08-11)
◦ Easy to do
▪ CREATE TABLE tv AS SELECT * FROM v;
▪ Scafold from this generated table tv
▪ Replace the name of this tbale tv, by the name of the sql viwe ‘v’ in app/Models/…
• This feature can be added to Larvel-Genrator by doing this automaticaly