How to upload Laravel files on the server when the file size is set to max 10 MB?

Is there a way to upload larger files (Laravel files) on the server? Or is there a way to install Laravel directly on the server?

Please let me know if there are any alternatives to this. And also if there is any restriction inn terms of PHP version, i am trying to use php 8.1

Thanks in advance.

Please read

Free hosting is running on 8.2

6 Likes

Hi Yogesh112,

Yes, use your FTP account with:

No, SSH not available.

If you’re talking about free hosting, you’re already on the relatively best option on the market. If you’re talking about paid ones, explore the market and compare.

This is the only version available, and it’ll update to the latest version when the time comes, so prepare to have your application adjust to that from time to time. (Easily with composer update locally + replace vendor folder)

Cheers!

3 Likes

3 posts were split to a new topic: File Upload Limit

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.