All Collections
Features
Supported Technologies and Functions
Which Laravel Versions Are Supported at Hostinger?
Which Laravel Versions Are Supported at Hostinger?

Installing and using Laravel at Hostinger

Updated over a week ago

You can use the Auto Installer to install Laravel on your hosting plan, including the latest 10x version. Make sure to set your PHP version to 8.1 beforehand.

You can also install other current versions (9.x) from the dropdown list:

The Auto Installer application version dropdown showing Laravel 9.2.0

While versions older than 9.x are available, it is not recommended to use them due to security reasons. Alternatively, you can install Laravel 8 manually.

NOTE

  • To set up an artisan cronjob and schedule actions of your application, you can create a custom cronjob using the following template:

    /usr/bin/php /home/u12345678/domains/domain.tld/public_html/artisan schedule:run

    Replace u12345678 with your username and domain.tld with your domain name 💡

Did this answer your question?