engrnvd / laravel-crud-generator

MIT License
137 stars 51 forks source link

run php artisan nvd:crud #2

Closed cupertinobr closed 8 years ago

cupertinobr commented 8 years ago

When I try to run this bellow:

run php artisan nvd:crud concursos

returns:

[Illuminate\Database\QueryException] SQLSTATE[HY000]: General error: 1 near "show": syntax error (SQL: show fields from concursos)

This is my environment Laravel Framework version 5.2.14 Database: sqlite Mac OS X

How to fix this?

engrnvd commented 8 years ago

Hi @rodolfolsilva, unfortunately sqlite is not currently supported by NVD CRUD generator. However, table fields are fetched by a function which can be edited to support sqlite or any other database system supported by Laravel. Please feel free to contribute. :)