InfyOmLabs / laravel-generator

API and Admin Panel CRUD Generator for Laravel.
https://www.infyom.com/open-source
MIT License
3.79k stars 812 forks source link

Add public $timestamps = false; when there is NOT timestamps #866

Closed thewebartisan7 closed 4 years ago

thewebartisan7 commented 4 years ago

Add public $timestamps = false; when there is NOT timestamps

ajayinfyom commented 4 years ago

@thewebartisan7 you can set timestamps false from laravel_generator config file.

https://labs.infyom.com/laravelgenerator/docs/7.0/generator-options#timestamps

thewebartisan7 commented 4 years ago

As I understand this is globally for all scaffold. But when I use from JSON without any timestamp, then I expect that $timestamp = false are added automatically. But is not big problem. Thanks