September 15, 2024 in Advertisement
Run laravel on shared hosting
Copy every thing except the public folder from your laravel project (on development machine) in the laravel folder (on server host – shared hosting account). Now open the index.php file in the public_html folder on the shared hosting account (in cpanel editor or any other connected editor) and: Change: To: And Change: To: Save and close.