Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.11 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.11 KB

Laravel for Wedos

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.) :)

How to use

  1. 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
    
  2. Download wedos.php

  3. Place it in Laravels root folder (where .env and other files are located)

  4. Upload all files to your webhosting

  5. Go to your website and navigate to /wedos.php

  6. Check if inputs are prefilled with values

  7. Hit "Start"

  8. If everything went successfully, you should see Laravels start screen

License

MIT