I recently gave an answer that starts out for the 999th time and it goes into how to properly set a shared host version 5.5.
I have version 5.5 on a shared host, zero problems.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I've just uploaded my first Laravel 5.5 project to a shared hosting server and i'm getting a blank page instead of content (or at least an error). I checked and its running PHP 7.1
I modified the app/Provides/AppServiceProvider.php file and added
$this->app->bind('path.public', function() { return base_path().'/www'; });
to match my public folder. Any help would be appreciated
Please or to participate in this conversation.