My guess was to use the following syntax:
MyModel::all()->delete();
But that did not work. I\'m sure it\'s super simple, but I\'ve searched
In my case laravel 4.2 delete all rows ,but not truncate table
DB::table('your_table')->delete();