laravel How to create auto increment id existing table and store in other table in Laravel August 18, 2021March 16, 2022 dharmendra Post Views: 20 First let’s go to your Laravel project And add your Controller function and Store function $Trip->tour_id = $tour_id; Related Posts laravel How to return multiple blade file using single function inside same controller and same route September 13, 2021March 16, 2022 dharmendra laravel How to other table data to store another table data August 26, 2021March 16, 2022 dharmendra