All Collections
Features
Supported technologies and functions
Can I use the latest version of Laravel?
Can I use the latest version of Laravel?
Installing Laravel 9 at Hostinger
Updated over a week ago

You sure can! In our Auto Installer, you can choose the Laravel version up to 9 (version 9 is considered the latest stable since February 8th, 2022, and will be fully supported until August 8th, 2023):

NOTES:

  • For Laravel 9.x, make sure that your PHP version is set to 8.0

  • You can also choose older versions (keep in mind that it's not recommended due to security reasons) or install Laravel 8 manually

  • If you want to set up an artisan cronjob for scheduling actions of your application, just create a custom cronjob using this code template in hPanel:

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

    where u12345678 and domain.tld are replaced with your data

Did this answer your question?