We currently use a managed server from Xneelo for all our websites and web-based applications. The problem we're having is that Xneelo does not support the proper/correct way of deploying a Laravel application by changing the web document root to serve the Laravel public folder. They did however provide us with a "hack" to install the application into our FTP user root folder and rename some Laravel files. This is not a solution as it will break with the next Laravel update, we also use git as version control and this approach would require us to change our local development environment. We managed to get the Laravel applications working using two .htaccess files but it's not without issues.
See the Laravel documentation here https://laravel.com/docs/10.x/deployment#main-content
I will stop rambling and get to the point(s)

See the Laravel documentation here https://laravel.com/docs/10.x/deployment#main-content
I will stop rambling and get to the point(s)
- Does anybody have experience with deploying Laravel on Xneelo servers?
- Is there any other hosting providers that support Laravel out of the box?