Laravel preparation script for Wedos shared webhosting which edits some Laravel files in order to work properly on Wedos shared webhosting service.
Thanks to Jaroslav Klimčík for his article about Running Laravel on Wedos shared webhosting.
I am open to all suggestions about the code improvement (functionality, style, etc.) :)
-
Make fresh Laravel installation (you have two options)
Via Laravel Installer
$ composer global require "laravel/installer" $ laravel new website
Via Composer Create-Project
$ composer create-project --prefer-dist laravel/laravel website
-
Download
wedos.php
-
Place it in Laravels root folder (where
.env
and other files are located) -
Upload all files to your webhosting
-
Go to your website and navigate to
/wedos.php
-
Check if inputs are prefilled with values
-
Hit "Start"
-
If everything went successfully, you should see Laravels start screen