Published
- 1 min read
laravel turn off timestamps
The solution for this is noted below
laravel turn off timestamps
Solution
public $timestamps = false; (In the model which you need to disable)
Try other methods by searching on the site. That is if this doesn’t work