Skip to content

Releases: wewowweb/laravel-shared-hosting

v0.1.6 - 2020-03-04

04 Mar 19:32
48c134f

Choose a tag to compare

  • Remove beyondcode/laravel-package-tools from dependency list

v0.1.5 - 2020-03-04

04 Mar 10:47
4fadd9f

Choose a tag to compare

  • Add support for Laravel 7.x

v0.1.4 - 2019-09-09

09 Sep 09:40

Choose a tag to compare

  • Fix TravisCI configuration

v0.1.3 - 2019-09-09

09 Sep 09:10

Choose a tag to compare

  • Add support for Laravel 6.x

v0.1.2 - 2019-06-24

24 Jul 17:53

Choose a tag to compare

  • Fix dependencies.

v0.1.1 - 2019-05-25

25 May 22:11
decc63a

Choose a tag to compare

  • Remove .phpunit.result.cache from source control
  • Remove duplicate shared:install command registration in service provider
  • Rename LaravelSharedHostingTest to LaravelSharedHostingInstallCommandTest

v0.1.0 - 2019-05-13

13 May 14:59
034ceb3

Choose a tag to compare

php artisan shared:install

php artisan shared:install command makes deployment of Laravel application to your shared hosting server. It modifies the original Laravel public/index.php file, modifying the autoload and bootstrap functions, so that their path can also be loaded from an .env file.