Skip to main content
Search
Search This Blog
Easydeveloping
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
June 20, 2019
destroy or delete in laravel
App\Flight::destroy(1);
App\Flight::destroy(1, 2, 3);
$deletedRows = App\Flight::where('active', 0)->delete();
Comments
Popular Posts
April 12, 2019
login Ajax in Laravel 5.7
June 27, 2019
Laravel Restful api
Comments
Post a Comment