someone help me making a tutorial or using anydesk/teamviewer, i have the domain, the db and the code of the site, but i don´t know how can i put that in the domain
You need to upload your website files to a hosting server (via cPanel or FTP), import your database using phpMyAdmin, and update your config file (like config.php) to match your hosting database settings. Then point your domain to the hosting by updating DNS settings.
@Tray2 If they're using FTP, they can't use Git, Composer, or other tools directly. So, they need to upload a script through cPanel, and from there, they can access the terminal to run Git, Composer, Artisan, and other commands.
The easiest way is to upload your Laravel files to your hosting server (like via FTP or a control panel), set up the database there, and point your domain to that server. Also, make sure your web server’s root is set to the Laravel public folder.