Support the ongoing development of Laravel.io →
posted 9 years ago
Installation
Last updated 1 year ago.
0

Just to followup: php -v shows 5.5.9-1ubuntu4 and this linode is running Ubuntu 14.04LTS.

Last updated 1 year ago.
0
sudo php5enmod mcrypt

Hope it will help.

Last updated 1 year ago.
0

chamnan said:

sudo php5enmod mcrypt

Hope it will help.

Thanks for that!

Last updated 1 year ago.
0

If you try this

sudo php5enmod mcrypt

and get the following error:

  • Module mcrypt ini file doesn't exist under /etc/php5/mods-available

Then try creating the following file:

\etc\php5\mods-available\mcrypt.ini

Put the following into that file and save it.

; configuration for php MCrypt module
extension=mcrypt.so

and then restart your web server and run this again

sudo php5enmod mcrypt
Last updated 8 years ago.
0

Check if you have hosted your Laravel app on Linode correctly. Follow this tutorial to deploy the app again: https://www.cloudways.com/blog/host-laravel-on-linode/ . This method of deploying on Linode is by far the easiest and quickest I have seen.

0

This guide might be helpful to you for installing Laravel on Cloud server: https://dev.to/rizwan_saquib/how-to-create-lamp-stack-with-lar...

If manually configuring is complicated and difficult for you, then you may try out a managed hosting platform like Cloudways for that. Here is an example of how easy it is to hosting laravel on Linode: https://www.cloudways.com/blog/host-laravel-on-linode/

0

Sign in to participate in this thread!

Eventy

Your banner here too?

natzapo natzapo Joined 5 May 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.