tomato icon indicating copy to clipboard operation
tomato copied to clipboard

Can't generate crud when database is sqlite

Open Cybrarist opened this issue 9 months ago • 0 comments

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)

Cybrarist avatar May 06 '24 13:05 Cybrarist