tomato
tomato copied to clipboard
Can't generate crud when database is sqlite
Hi All,
Setup:
- Fresh install laravel 11
- installing tomatophp with tomato admin
- npm install and build
- created a model
- trying to run
php artisan tomato:generate
- below error showing
SQLSTATE[HY000]: General error: 1 near "SHOW": syntax error (Connection: sqlite, SQL: SHOW TABLES)