Good afternoon,
Let's say that I want to cascade a user with all its contents present in other tables. These tables linked to users.
User - Favorite pages - Services
In laravel, how could that user and his linked tables be copied. That is, as a cascade copying.
Regards,