All notable changes to laravel-shared-hosting will be documented in this file.
This package is still in active development, so you might want to watch the repository to be notified of future changes.
- Remove beyondcode/laravel-package-tools from dependency list
- Add support for Laravel 7.x
- Fix TravisCI configuration
- Add support for Laravel 6.x
- Fix dependencies
- Remove .phpunit.result.cache from source control
- Remove duplicate shared:install command registration in service provider
- Rename LaravelSharedHostingTest to LaravelSharedHostingInstallCommandTest
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.