Deploying Laravel 7 and Vue SPA application into shared hosting
问题 Experts, My application has Vue front-end and Laravel 7 back-end. The issue was, I can't redirect to the login page and it shows me a blank screen. All the Vue files are residing in resource/js folder. There is no separate folder for front-end and back-end. Network tab console log Folder structure: root directory has quickpack folder inside the public_html folder has the public files of my Laravel application What I have done so far: AppServiceProvider.php public function boot() { $this->app-