Skip to content

Laravel preparation script for Wedos shared webhosting.

License

Notifications You must be signed in to change notification settings

vanekj/laravel-wedos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Laravel preparation script for Wedos shared webhosting.

Resources

License

Stars

Watchers

Forks

Languages